#CCFFFF

Color #CCFFFF Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CCFFFF

Tints of Light Cyan #CCFFFF

Color information

#CCFFFF (or 0xCCFFFF) is unknown color: approx Light Cyan. HEX triplet: CC, FF and FF. RGB value is (204,255,255). Sum of RGB (Red+Green+Blue) = 204+255+255=714 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.57% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 255 (100% from 255 or 35.71% from 714); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #CCFFFF is a web safe color. Inversed color of #CCFFFF is #330000. Grayscale: #EFEFEF. Windows color (decimal): -3342337 or 16777164. OLE color: 16777164.

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

Color convert

RGB204255255-
CMYK0.2000
HSL180º100%90%-
HSV(B)180º20%100%-
XYZ78.7191.58108.14-
YUV239.75136.6102.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.57%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 255 (100% from 255) = 35.71%
R=28.57%
G=35.71%
B=35.71%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552550.200018010090
HexCCFFFF14000b4645a
Octal31437737724000264144132
Binary110011001111111111111111101000001011010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFFF; }

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

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

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

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

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

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

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

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