Html Css Color HEX #32ADEB Summer Sky

📋 copy color: '#32ADEB'

red 50 ◦ green 173 ◦ blue 235

#32ADEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #32ADEB

Tints of Summer Sky #32ADEB

RGB

 RED value IS 50 (19.92% from 255) = 10.92%

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 235 (92.19% from 255) = 51.31%

R = 10.92%
G = 37.77%
B = 51.31%

CMYK

 C value IS 0.79

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#32ADEB (or 0x32ADEB) is known color: Summer Sky. HEX triplet: 32, AD and EB. RGB value is (50,173,235). Sum of RGB (Red+Green+Blue) = 50+173+235=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #32ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADEB is #CD5214. Grayscale: #8E8E8E. Windows color (decimal): -13455893 or 15445298. OLE color: 15445298.

HSL color Cylindrical-coordinate representation of color #32ADEB: hue angle of 200.11º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ADEB is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 173 235 -
CMYK 0.79 0.26 0 0.08
HSL 200.11º 0.82% 0.56% -
HSV(B) 200.11º 0.79% 0.92% -
XYZ 31.25 36.56 84.01 -
YUV 143.29 179.75 61.46 -
System Red Green Blue C M Y K H S L
Decimal 50 173 235 0.79 0.26 0 0.08 200.11 0.82 0.56
Hex 32 AD EB 4F 1A 0 8 C8 52 38
Octal 62 255 353 117 32 0 10 310 122 70
Binary 110010 10101101 11101011 1001111 11010 0 1000 11001000 1010010 111000

Color Harmonies of #32ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32ADEB

Black with #32ADEB

Text Example


Text Example

White with #32ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32ADEB; }

 p { color: rgb(50,173,235); }

 H1.HeaderClassName
 {
   color: #32ADEB;
 }
 .AnyTagClassName
 {
   color: #32ADEB;
 }
</style>

background-color css

<style>
 a { background-color: #32ADEB; }

 a { background-color: rgb(50,173,235); }

 div.DivClassName
 {
   background-color: #32ADEB;
 }
 .BgClassName
 {
   background-color: #32ADEB;
 }
</style>

border-color css

<style>
 span { border-color: #32ADEB; }

 span { border-color: rgb(50,173,235); }

 td.TdClassName
 {
   border-color: #32ADEB;
 }
 .TagClassName
 {
   border-color: #32ADEB;
 }
</style>