#CCFEE8

Color #CCFEE8 Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CCFEE8

Tints of Humming Bird #CCFEE8

Color information

#CCFEE8 (or 0xCCFEE8) is unknown color: approx Humming Bird. HEX triplet: CC, FE and E8. RGB value is (204,254,232). Sum of RGB (Red+Green+Blue) = 204+254+232=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEE8 is #330117. Grayscale: #ECECEC. Windows color (decimal): -3342616 or 15269580. OLE color: 15269580.

HSL color Cylindrical-coordinate representation of color #CCFEE8: hue angle of 153.6º 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 #CCFEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB204254232-
CMYK0.2000.090.00
HSL153.6º96.15%89.8%-
HSV(B)153.6º19.69%99.61%-
XYZ74.9189.5589.68-
YUV236.54125.44104.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.57%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 232 (91.02% from 255) = 33.62%
R=29.57%
G=36.81%
B=33.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542320.2000.090.00153.696.1589.8
HexCCFEE8140909a605a
Octal314376350240110232140132
Binary110011001111111011101000101000100101001101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEE8; }

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

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

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

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

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

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

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

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