#CCF6FC

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

Shades of Light Cyan #CCF6FC

Tints of Light Cyan #CCF6FC

Color information

#CCF6FC (or 0xCCF6FC) is unknown color: approx Light Cyan. HEX triplet: CC, F6 and FC. RGB value is (204,246,252). Sum of RGB (Red+Green+Blue) = 204+246+252=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 246 (96.48% from 255 or 35.04% from 702); Blue value is 252 (98.83% from 255 or 35.90% from 702); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCF6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FC is #330903. Grayscale: #EAEAEA. Windows color (decimal): -3344644 or 16578252. OLE color: 16578252.

HSL color Cylindrical-coordinate representation of color #CCF6FC: hue angle of 187.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF6FC is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204246252-
CMYK0.190.0200.01
HSL187.5º88.89%89.41%-
HSV(B)187.5º19.05%98.82%-
XYZ75.4385.78104.68-
YUV234.13138.09106.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 246 (96.48% from 255) = 35.04%
BLUE value IS 252 (98.83% from 255) = 35.90%
R=29.06%
G=35.04%
B=35.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042462520.190.0200.01187.588.8989.41
HexCCF6FC13201bc5959
Octal31436637423201274131131
Binary1100110011110110111111001001110011011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6FC; }

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

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

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

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

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

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

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

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