#CCF8FB

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

Shades of Light Cyan #CCF8FB

Tints of Light Cyan #CCF8FB

Color information

#CCF8FB (or 0xCCF8FB) is unknown color: approx Light Cyan. HEX triplet: CC, F8 and FB. RGB value is (204,248,251). Sum of RGB (Red+Green+Blue) = 204+248+251=703 (93% of max value = 765). Red value is 204 (80.08% from 255 or 29.02% from 703); Green value is 248 (97.27% from 255 or 35.28% from 703); Blue value is 251 (98.44% from 255 or 35.70% from 703); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCF8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8FB is #330704. Grayscale: #EBEBEB. Windows color (decimal): -3344133 or 16513228. OLE color: 16513228.

HSL color Cylindrical-coordinate representation of color #CCF8FB: hue angle of 183.83º 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 #CCF8FB is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204248251-
CMYK0.190.0100.02
HSL183.83º85.45%89.22%-
HSV(B)183.83º18.73%98.43%-
XYZ75.8886.94104.05-
YUV235.19136.92105.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.02%
GREEN value IS 248 (97.27% from 255) = 35.28%
BLUE value IS 251 (98.44% from 255) = 35.70%
R=29.02%
G=35.28%
B=35.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042482510.190.0100.02183.8385.4589.22
HexCCF8FB13102b85559
Octal31437037323102270125131
Binary1100110011111000111110111001110101011100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF8FB; }

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

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

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

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

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

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

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

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