#CCFBF9

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

Shades of Light Cyan #CCFBF9

Tints of Light Cyan #CCFBF9

Color information

#CCFBF9 (or 0xCCFBF9) is unknown color: approx Light Cyan. HEX triplet: CC, FB and F9. RGB value is (204,251,249). Sum of RGB (Red+Green+Blue) = 204+251+249=704 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.98% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFBF9 is #330406. Grayscale: #ECECEC. Windows color (decimal): -3343367 or 16382924. OLE color: 16382924.

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

Color convert

RGB204251249-
CMYK0.1900.010.02
HSL177.45º85.45%89.22%-
HSV(B)177.45º18.73%98.43%-
XYZ76.588.67102.71-
YUV236.72134.93104.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.98%
GREEN value IS 251 (98.44% from 255) = 35.65%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=28.98%
G=35.65%
B=35.37%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042512490.1900.010.02177.4585.4589.22
HexCCFBF913012b15559
Octal31437337123012261125131
Binary1100110011111011111110011001101101011000110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBF9; }

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

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

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

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

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

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

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

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