Html Css Color HEX #32AAF9 Summer Sky

📋 copy color: '#32AAF9'

red 50 ◦ green 170 ◦ blue 249

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

Shades of Summer Sky #32AAF9

Tints of Summer Sky #32AAF9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 249 (97.66% from 255) = 53.09%

R = 10.66%
G = 36.25%
B = 53.09%

CMYK

 C value IS 0.80

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#32AAF9 (or 0x32AAF9) is known color: Summer Sky. HEX triplet: 32, AA and F9. RGB value is (50,170,249). Sum of RGB (Red+Green+Blue) = 50+170+249=469 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.66% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 249 (97.66% from 255 or 53.09% from 469); Max value from RGB is 249 - color contains mainly: blue. Hex color #32AAF9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AAF9 is #CD5506. Grayscale: #8E8E8E. Windows color (decimal): -13456647 or 16362034. OLE color: 16362034.

HSL color Cylindrical-coordinate representation of color #32AAF9: hue angle of 203.82º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AAF9 is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 170 249 -
CMYK 0.80 0.32 0 0.02
HSL 203.82º 0.94% 0.59% -
HSV(B) 203.82º 0.8% 0.98% -
XYZ 32.79 36.27 94.89 -
YUV 143.13 187.74 61.58 -
System Red Green Blue C M Y K H S L
Decimal 50 170 249 0.80 0.32 0 0.02 203.82 0.94 0.59
Hex 32 AA F9 50 20 0 2 CC 5E 3B
Octal 62 252 371 120 40 0 2 314 136 73
Binary 110010 10101010 11111001 1010000 100000 0 10 11001100 1011110 111011

Color Harmonies of #32AAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AAF9

Black with #32AAF9

Text Example


Text Example

White with #32AAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,170,249); }

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

background-color css

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

 a { background-color: rgb(50,170,249); }

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

border-color css

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

 span { border-color: rgb(50,170,249); }

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