#CCF9FE

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

Shades of Light Cyan #CCF9FE

Tints of Light Cyan #CCF9FE

Color information

#CCF9FE (or 0xCCF9FE) is unknown color: approx Light Cyan. HEX triplet: CC, F9 and FE. RGB value is (204,249,254). Sum of RGB (Red+Green+Blue) = 204+249+254=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF9FE is #330601. Grayscale: #ECECEC. Windows color (decimal): -3343874 or 16710092. OLE color: 16710092.

HSL color Cylindrical-coordinate representation of color #CCF9FE: hue angle of 186º 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 #CCF9FE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204249254-
CMYK0.200.0200.00
HSL186º96.15%89.8%-
HSV(B)186º19.69%99.61%-
XYZ76.6787.74106.66-
YUV236.11138.09105.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.85%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=28.85%
G=35.22%
B=35.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042492540.200.0200.0018696.1589.8
HexCCF9FE14200ba605a
Octal31437137624200272140132
Binary1100110011111001111111101010010001011101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9FE; }

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

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

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

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

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

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

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

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