#CCF7FB

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

Shades of Light Cyan #CCF7FB

Tints of Light Cyan #CCF7FB

Color information

#CCF7FB (or 0xCCF7FB) is unknown color: approx Light Cyan. HEX triplet: CC, F7 and FB. RGB value is (204,247,251). Sum of RGB (Red+Green+Blue) = 204+247+251=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 247 (96.88% from 255 or 35.19% from 702); Blue value is 251 (98.44% from 255 or 35.75% from 702); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7FB is #330804. Grayscale: #EAEAEA. Windows color (decimal): -3344389 or 16512972. OLE color: 16512972.

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

Color convert

RGB204247251-
CMYK0.190.0200.02
HSL185.11º85.45%89.22%-
HSV(B)185.11º18.73%98.43%-
XYZ75.5886.32103.95-
YUV234.6137.25106.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.06%
GREEN value IS 247 (96.88% from 255) = 35.19%
BLUE value IS 251 (98.44% from 255) = 35.75%
R=29.06%
G=35.19%
B=35.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042472510.190.0200.02185.1185.4589.22
HexCCF7FB13202b95559
Octal31436737323202271125131
Binary11001100111101111111101110011100101011100110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7FB; }

 p { color: rgb(204,247,251); }

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

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

 a { background-color: rgb(204,247,251); }

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

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

 span { border-color: rgb(204,247,251); }

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