#32ccef

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

Shades of Summer Sky #32CCEF

Tints of Summer Sky #32CCEF

Color information

#32CCEF (or 0x32CCEF) is unknown color: approx Summer Sky. HEX triplet: 32, CC and EF. RGB value is (50,204,239). Sum of RGB (Red+Green+Blue) = 50+204+239=493 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.14% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #32CCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCEF is #CD3310. Grayscale: #A1A1A1. Windows color (decimal): -13447953 or 15715378. OLE color: 15715378.

HSL color Cylindrical-coordinate representation of color #32CCEF: hue angle of 191.11º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32CCEF is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB50204239-
CMYK0.790.1500.06
HSL191.11º85.52%56.67%-
HSV(B)191.11º79.08%93.73%-
XYZ38.4950.189.3-
YUV161.94171.4848.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.14%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 239 (93.75% from 255) = 48.48%
R=10.14%
G=41.38%
B=48.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal502042390.790.1500.06191.1185.5256.67
Hex32CCEF4FF06bf5639
Octal62314357117170627712671
Binary1100101100110011101111100111111110110101111111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32ccef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,204,239); }

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

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

 a { background-color: rgb(50,204,239); }

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

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

 span { border-color: rgb(50,204,239); }

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