#CCFDF9

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

Shades of Light Cyan #CCFDF9

Tints of Light Cyan #CCFDF9

Color information

#CCFDF9 (or 0xCCFDF9) is unknown color: approx Light Cyan. HEX triplet: CC, FD and F9. RGB value is (204,253,249). Sum of RGB (Red+Green+Blue) = 204+253+249=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF9 is #330206. Grayscale: #EDEDED. Windows color (decimal): -3342855 or 16383436. OLE color: 16383436.

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

Color convert

RGB204253249-
CMYK0.1900.020.01
HSL175.1º92.45%89.61%-
HSV(B)175.1º19.37%99.22%-
XYZ77.1389.93102.92-
YUV237.89134.27103.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.90%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=28.90%
G=35.84%
B=35.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042532490.1900.020.01175.192.4589.61
HexCCFDF913021af5c5a
Octal31437537123021257134132
Binary1100110011111101111110011001101011010111110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDF9; }

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

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

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

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

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

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

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

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