#CCFEF7

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

Shades of Light Cyan #CCFEF7

Tints of Light Cyan #CCFEF7

Color information

#CCFEF7 (or 0xCCFEF7) is unknown color: approx Light Cyan. HEX triplet: CC, FE and F7. RGB value is (204,254,247). Sum of RGB (Red+Green+Blue) = 204+254+247=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 247 (96.88% from 255 or 35.04% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF7 is #330108. Grayscale: #EEEEEE. Windows color (decimal): -3342601 or 16252620. OLE color: 16252620.

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

Color convert

RGB204254247-
CMYK0.2000.030.00
HSL171.6º96.15%89.8%-
HSV(B)171.6º19.69%99.61%-
XYZ77.1390.44101.39-
YUV238.25132.94103.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.94%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 247 (96.88% from 255) = 35.04%
R=28.94%
G=36.03%
B=35.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542470.2000.030.00171.696.1589.8
HexCCFEF714030ac605a
Octal31437636724030254140132
Binary1100110011111110111101111010001101010110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF7; }

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

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

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

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

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

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

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

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