#CCFEEB

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

Shades of Humming Bird #CCFEEB

Tints of Humming Bird #CCFEEB

Color information

#CCFEEB (or 0xCCFEEB) is unknown color: approx Humming Bird. HEX triplet: CC, FE and EB. RGB value is (204,254,235). Sum of RGB (Red+Green+Blue) = 204+254+235=693 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.44% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFEEB is #330114. Grayscale: #ECECEC. Windows color (decimal): -3342613 or 15466188. OLE color: 15466188.

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

Color convert

RGB204254235-
CMYK0.2000.070.00
HSL157.2º96.15%89.8%-
HSV(B)157.2º19.69%99.61%-
XYZ75.3489.7291.94-
YUV236.88126.94104.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.44%
GREEN value IS 254 (99.61% from 255) = 36.65%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=29.44%
G=36.65%
B=33.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042542350.2000.070.00157.296.1589.8
HexCCFEEB140709d605a
Octal31437635324070235140132
Binary11001100111111101110101110100011101001110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEEB; }

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

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

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

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

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

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

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

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