#CEEFE4

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

Shades of Humming Bird #CEEFE4

Tints of Humming Bird #CEEFE4

Color information

#CEEFE4 (or 0xCEEFE4) is unknown color: approx Humming Bird. HEX triplet: CE, EF and E4. RGB value is (206,239,228). Sum of RGB (Red+Green+Blue) = 206+239+228=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFE4 is #31101B. Grayscale: #E3E3E3. Windows color (decimal): -3215388 or 15003598. OLE color: 15003598.

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

Color convert

RGB206239228-
CMYK0.1400.050.06
HSL160º50.77%87.25%-
HSV(B)160º13.81%93.73%-
XYZ70.3280.4685.22-
YUV227.88128.07112.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.61%
GREEN value IS 239 (93.75% from 255) = 35.51%
BLUE value IS 228 (89.45% from 255) = 33.88%
R=30.61%
G=35.51%
B=33.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392280.1400.050.0616050.7787.25
HexCEEFE4E056a03357
Octal3163573441605624063127
Binary11001110111011111110010011100101110101000001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFE4; }

 p { color: rgb(206,239,228); }

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

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

 a { background-color: rgb(206,239,228); }

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

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

 span { border-color: rgb(206,239,228); }

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