#CCFBFE

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

Shades of Light Cyan #CCFBFE

Tints of Light Cyan #CCFBFE

Color information

#CCFBFE (or 0xCCFBFE) is unknown color: approx Light Cyan. HEX triplet: CC, FB and FE. RGB value is (204,251,254). Sum of RGB (Red+Green+Blue) = 204+251+254=709 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.77% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 254 (99.61% from 255 or 35.83% from 709); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBFE is #330401. Grayscale: #EDEDED. Windows color (decimal): -3343362 or 16710604. OLE color: 16710604.

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

Color convert

RGB204251254-
CMYK0.200.0100.00
HSL183.6º96.15%89.8%-
HSV(B)183.6º19.69%99.61%-
XYZ77.2988.99106.87-
YUV237.29137.43104.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.77%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 254 (99.61% from 255) = 35.83%
R=28.77%
G=35.40%
B=35.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042512540.200.0100.00183.696.1589.8
HexCCFBFE14100b8605a
Octal31437337624100270140132
Binary110011001111101111111110101001001011100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBFE; }

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

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

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

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

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

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

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

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