#CCFEFB

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

Shades of Light Cyan #CCFEFB

Tints of Light Cyan #CCFEFB

Color information

#CCFEFB (or 0xCCFEFB) is unknown color: approx Light Cyan. HEX triplet: CC, FE and FB. RGB value is (204,254,251). Sum of RGB (Red+Green+Blue) = 204+254+251=709 (93% of max value = 765). Red value is 204 (80.08% from 255 or 28.77% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEFB is #330104. Grayscale: #EEEEEE. Windows color (decimal): -3342597 or 16514764. OLE color: 16514764.

HSL color Cylindrical-coordinate representation of color #CCFEFB: hue angle of 176.4º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCFEFB is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.

Color convert

RGB204254251-
CMYK0.2000.010.00
HSL176.4º96.15%89.8%-
HSV(B)176.4º19.69%99.61%-
XYZ77.7690.69104.67-
YUV238.71134.94103.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 28.77%
GREEN value IS 254 (99.61% from 255) = 35.83%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=28.77%
G=35.83%
B=35.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542510.2000.010.00176.496.1589.8
HexCCFEFB14010b0605a
Octal31437637324010260140132
Binary110011001111111011111011101000101011000011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEFB; }

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

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

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

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

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

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

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

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