#32AFCA

Color #32AFCA Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #32AFCA

Tints of Summer Sky #32AFCA

Color information

#32AFCA (or 0x32AFCA) is unknown color: approx Summer Sky. HEX triplet: 32, AF and CA. RGB value is (50,175,202). Sum of RGB (Red+Green+Blue) = 50+175+202=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #32AFCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCA is #CD5035. Grayscale: #8C8C8C. Windows color (decimal): -13455414 or 13283122. OLE color: 13283122.

HSL color Cylindrical-coordinate representation of color #32AFCA: hue angle of 190.66º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AFCA is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB50175202-
CMYK0.750.1300.21
HSL190.66º60.32%49.41%-
HSV(B)190.66º75.25%79.22%-
XYZ27.3135.661.31-
YUV140.7162.5963.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.71%
GREEN value IS 175 (68.75% from 255) = 40.98%
BLUE value IS 202 (79.30% from 255) = 47.31%
R=11.71%
G=40.98%
B=47.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal501752020.750.1300.21190.6660.3249.41
Hex32AFCA4BD015bf3c31
Octal62257312113150252777461
Binary11001010101111110010101001011110101010110111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,175,202); }

 H1.HeaderClassName
 {
   color: #32AFCA;
 }
 .AnyTagClassName
 {
   color: #32AFCA;
 }
</style>
background-color css

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

 a { background-color: rgb(50,175,202); }

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

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

 span { border-color: rgb(50,175,202); }

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