#CCF6FE

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

Shades of Light Cyan #CCF6FE

Tints of Light Cyan #CCF6FE

Color information

#CCF6FE (or 0xCCF6FE) is unknown color: approx Light Cyan. HEX triplet: CC, F6 and FE. RGB value is (204,246,254). Sum of RGB (Red+Green+Blue) = 204+246+254=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6FE is #330901. Grayscale: #EAEAEA. Windows color (decimal): -3344642 or 16709324. OLE color: 16709324.

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

Color convert

RGB204246254-
CMYK0.200.0300.00
HSL189.6º96.15%89.8%-
HSV(B)189.6º19.69%99.61%-
XYZ75.7585.9106.35-
YUV234.35139.09106.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.98%
GREEN value IS 246 (96.48% from 255) = 34.94%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=28.98%
G=34.94%
B=36.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042462540.200.0300.00189.696.1589.8
HexCCF6FE14300be605a
Octal31436637624300276140132
Binary1100110011110110111111101010011001011111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6FE; }

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

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

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

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

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

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

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

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