Html Css Color HEX #32A2DB Summer Sky

📋 copy color: '#32A2DB'

red 50 ◦ green 162 ◦ blue 219

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

Shades of Summer Sky #32A2DB

Tints of Summer Sky #32A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 219 (85.94% from 255) = 50.81%

R = 11.6%
G = 37.59%
B = 50.81%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#32A2DB (or 0x32A2DB) is known color: Summer Sky. HEX triplet: 32, A2 and DB. RGB value is (50,162,219). Sum of RGB (Red+Green+Blue) = 50+162+219=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #32A2DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A2DB is #CD5D24. Grayscale: #868686. Windows color (decimal): -13458725 or 14393906. OLE color: 14393906.

HSL color Cylindrical-coordinate representation of color #32A2DB: hue angle of 200.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A2DB is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 162 219 -
CMYK 0.77 0.26 0 0.14
HSL 200.24º 0.7% 0.53% -
HSV(B) 200.24º 0.77% 0.86% -
XYZ 27.02 31.63 71.7 -
YUV 135.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 50 162 219 0.77 0.26 0 0.14 200.24 0.7 0.53
Hex 32 A2 DB 4D 1A 0 E C8 46 35
Octal 62 242 333 115 32 0 16 310 106 65
Binary 110010 10100010 11011011 1001101 11010 0 1110 11001000 1000110 110101

Color Harmonies of #32A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32A2DB

Black with #32A2DB

Text Example


Text Example

White with #32A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,162,219); }

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

background-color css

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

 a { background-color: rgb(50,162,219); }

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

border-color css

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

 span { border-color: rgb(50,162,219); }

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