#CCFCFF

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

Shades of Light Cyan #CCFCFF

Tints of Light Cyan #CCFCFF

Color information

#CCFCFF (or 0xCCFCFF) is unknown color: approx Light Cyan. HEX triplet: CC, FC and FF. RGB value is (204,252,255). Sum of RGB (Red+Green+Blue) = 204+252+255=711 (94% of max value = 765). Red value is 204 (80.08% from 255 or 28.69% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFCFF is #330300. Grayscale: #EDEDED. Windows color (decimal): -3343105 or 16776396. OLE color: 16776396.

HSL color Cylindrical-coordinate representation of color #CCFCFF: hue angle of 183.53º 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 #CCFCFF is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB204252255-
CMYK0.20.0100
HSL183.53º100%90%-
HSV(B)183.53º20%100%-
XYZ77.7689.68107.82-
YUV237.99137.6103.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.69%
GREEN value IS 252 (98.83% from 255) = 35.44%
BLUE value IS 255 (100% from 255) = 35.86%
R=28.69%
G=35.44%
B=35.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042522550.20.0100183.5310090
HexCCFCFF14100b8645a
Octal31437437724100270144132
Binary110011001111110011111111101001001011100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCFF; }

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

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

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

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

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

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

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

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