#CCFEF9

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

Shades of Light Cyan #CCFEF9

Tints of Light Cyan #CCFEF9

Color information

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

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

Color convert

RGB204254249-
CMYK0.2000.020.00
HSL174º96.15%89.8%-
HSV(B)174º19.69%99.61%-
XYZ77.4490.56103.02-
YUV238.48133.94103.41-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542490.2000.020.0017496.1589.8
HexCCFEF914020ae605a
Octal31437637124020256140132
Binary1100110011111110111110011010001001010111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF9; }

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

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

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

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

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

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

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

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