#CCF8FD

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

Shades of Light Cyan #CCF8FD

Tints of Light Cyan #CCF8FD

Color information

#CCF8FD (or 0xCCF8FD) is unknown color: approx Light Cyan. HEX triplet: CC, F8 and FD. RGB value is (204,248,253). Sum of RGB (Red+Green+Blue) = 204+248+253=705 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.94% from 705); Green value is 248 (97.27% from 255 or 35.18% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FD is #330702. Grayscale: #EBEBEB. Windows color (decimal): -3344131 or 16644300. OLE color: 16644300.

HSL color Cylindrical-coordinate representation of color #CCF8FD: hue angle of 186.12º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCF8FD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204248253-
CMYK0.190.0200.01
HSL186.12º92.45%89.61%-
HSV(B)186.12º19.37%99.22%-
XYZ76.287.06105.72-
YUV235.41137.92105.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.94%
GREEN value IS 248 (97.27% from 255) = 35.18%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=28.94%
G=35.18%
B=35.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042482530.190.0200.01186.1292.4589.61
HexCCF8FD13201ba5c5a
Octal31437037523201272134132
Binary1100110011111000111111011001110011011101010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8FD; }

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

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

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

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

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

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

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

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