#CCEFE2

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

Shades of Humming Bird #CCEFE2

Tints of Humming Bird #CCEFE2

Color information

#CCEFE2 (or 0xCCEFE2) is unknown color: approx Humming Bird. HEX triplet: CC, EF and E2. RGB value is (204,239,226). Sum of RGB (Red+Green+Blue) = 204+239+226=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 239 (93.75% from 255 or 35.72% from 669); Blue value is 226 (88.67% from 255 or 33.78% from 669); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE2 is #33101D. Grayscale: #E3E3E3. Windows color (decimal): -3346462 or 14872524. OLE color: 14872524.

HSL color Cylindrical-coordinate representation of color #CCEFE2: hue angle of 157.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFE2 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB204239226-
CMYK0.1500.050.06
HSL157.71º52.24%86.86%-
HSV(B)157.71º14.64%93.73%-
XYZ69.580.0683.74-
YUV227.05127.4111.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.49%
GREEN value IS 239 (93.75% from 255) = 35.72%
BLUE value IS 226 (88.67% from 255) = 33.78%
R=30.49%
G=35.72%
B=33.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392260.1500.050.06157.7152.2486.86
HexCCEFE2F0569e3457
Octal3143573421705623664127
Binary11001100111011111110001011110101110100111101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFE2; }

 p { color: rgb(204,239,226); }

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

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

 a { background-color: rgb(204,239,226); }

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

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

 span { border-color: rgb(204,239,226); }

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