#CCFEF8

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

Shades of Light Cyan #CCFEF8

Tints of Light Cyan #CCFEF8

Color information

#CCFEF8 (or 0xCCFEF8) is unknown color: approx Light Cyan. HEX triplet: CC, FE and F8. RGB value is (204,254,248). Sum of RGB (Red+Green+Blue) = 204+254+248=706 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.90% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEF8 is #330107. Grayscale: #EEEEEE. Windows color (decimal): -3342600 or 16318156. OLE color: 16318156.

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

Color convert

RGB204254248-
CMYK0.2000.020.00
HSL172.8º96.15%89.8%-
HSV(B)172.8º19.69%99.61%-
XYZ77.2990.5102.2-
YUV238.37133.44103.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.90%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 248 (97.27% from 255) = 35.13%
R=28.90%
G=35.98%
B=35.13%

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
Decimal2042542480.2000.020.00172.896.1589.8
HexCCFEF814020ad605a
Octal31437637024020255140132
Binary1100110011111110111110001010001001010110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEF8; }

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

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

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

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

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

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

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

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