#CEF9ED

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

Shades of Humming Bird #CEF9ED

Tints of Humming Bird #CEF9ED

Color information

#CEF9ED (or 0xCEF9ED) is unknown color: approx Humming Bird. HEX triplet: CE, F9 and ED. RGB value is (206,249,237). Sum of RGB (Red+Green+Blue) = 206+249+237=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9ED is #310612. Grayscale: #EAEAEA. Windows color (decimal): -3212819 or 15595982. OLE color: 15595982.

HSL color Cylindrical-coordinate representation of color #CEF9ED: hue angle of 163.26º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF9ED is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB206249237-
CMYK0.1700.050.02
HSL163.26º78.18%89.22%-
HSV(B)163.26º17.27%97.65%-
XYZ74.6286.9992.98-
YUV234.77129.25107.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.77%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=29.77%
G=35.98%
B=34.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492370.1700.050.02163.2678.1889.22
HexCEF9ED11052a34e59
Octal31637135521052243116131
Binary110011101111100111101101100010101101010001110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9ED; }

 p { color: rgb(206,249,237); }

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

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

 a { background-color: rgb(206,249,237); }

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

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

 span { border-color: rgb(206,249,237); }

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