#CCFAF8

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

Shades of Light Cyan #CCFAF8

Tints of Light Cyan #CCFAF8

Color information

#CCFAF8 (or 0xCCFAF8) is unknown color: approx Light Cyan. HEX triplet: CC, FA and F8. RGB value is (204,250,248). Sum of RGB (Red+Green+Blue) = 204+250+248=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAF8 is #330507. Grayscale: #EBEBEB. Windows color (decimal): -3343624 or 16317132. OLE color: 16317132.

HSL color Cylindrical-coordinate representation of color #CCFAF8: hue angle of 177.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAF8 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB204250248-
CMYK0.1800.010.02
HSL177.39º82.14%89.02%-
HSV(B)177.39º18.4%98.04%-
XYZ76.0387.99101.78-
YUV236.02134.76105.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=29.06%
G=35.61%
B=35.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042502480.1800.010.02177.3982.1489.02
HexCCFAF812012b15259
Octal31437237022012261122131
Binary1100110011111010111110001001001101011000110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAF8; }

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

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

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

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

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

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

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

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