#ccfff8

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

Shades of Light Cyan #CCFFF8

Tints of Light Cyan #CCFFF8

Color information

#CCFFF8 (or 0xCCFFF8) is unknown color: approx Light Cyan. HEX triplet: CC, FF and F8. RGB value is (204,255,248). Sum of RGB (Red+Green+Blue) = 204+255+248=707 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.85% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFFF8 is #330007. Grayscale: #EEEEEE. Windows color (decimal): -3342344 or 16318412. OLE color: 16318412.

HSL color Cylindrical-coordinate representation of color #CCFFF8: hue angle of 171.76º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFFF8 is Cyan = 0.2, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB204255248-
CMYK0.200.030
HSL171.76º100%90%-
HSV(B)171.76º20%100%-
XYZ77.6191.13102.31-
YUV238.95133.1103.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.85%
GREEN value IS 255 (100% from 255) = 36.07%
BLUE value IS 248 (97.27% from 255) = 35.08%
R=28.85%
G=36.07%
B=35.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042552480.200.030171.7610090
HexCCFFF814030ac645a
Octal31437737024030254144132
Binary1100110011111111111110001010001101010110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccfff8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccfff8; }

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

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

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

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

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

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

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

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