#CCF8FF

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

Shades of Light Cyan #CCF8FF

Tints of Light Cyan #CCF8FF

Color information

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

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

Color convert

RGB204248255-
CMYK0.20.0300
HSL188.24º100%90%-
HSV(B)188.24º20%100%-
XYZ76.5287.19107.4-
YUV235.64138.92105.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042482550.20.0300188.2410090
HexCCF8FF14300bc645a
Octal31437037724300274144132
Binary1100110011111000111111111010011001011110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8FF; }

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

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

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

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

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

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

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

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