#32CCFF

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

Shades of Summer Sky #32CCFF

Tints of Summer Sky #32CCFF

Color information

#32CCFF (or 0x32CCFF) is unknown color: approx Summer Sky. HEX triplet: 32, CC and FF. RGB value is (50,204,255). Sum of RGB (Red+Green+Blue) = 50+204+255=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #32CCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CCFF is #CD3300. Grayscale: #A3A3A3. Windows color (decimal): -13447937 or 16763954. OLE color: 16763954.

HSL color Cylindrical-coordinate representation of color #32CCFF: hue angle of 194.93º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32CCFF is Cyan = 0.80, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB50204255-
CMYK0.800.200
HSL194.93º100%59.8%-
HSV(B)194.93º80.39%100%-
XYZ40.9651.08102.31-
YUV163.77179.4846.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 9.82%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 255 (100% from 255) = 50.10%
R=9.82%
G=40.08%
B=50.10%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal502042550.800.200194.9310059.8
Hex32CCFF501400c3643c
Octal62314377120240030314474
Binary110010110011001111111110100001010000110000111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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