#CEF9EA

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

Shades of Humming Bird #CEF9EA

Tints of Humming Bird #CEF9EA

Color information

#CEF9EA (or 0xCEF9EA) is unknown color: approx Humming Bird. HEX triplet: CE, F9 and EA. RGB value is (206,249,234). Sum of RGB (Red+Green+Blue) = 206+249+234=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF9EA is #310615. Grayscale: #EAEAEA. Windows color (decimal): -3212822 or 15399374. OLE color: 15399374.

HSL color Cylindrical-coordinate representation of color #CEF9EA: hue angle of 159.07º 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 #CEF9EA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB206249234-
CMYK0.1700.060.02
HSL159.07º78.18%89.22%-
HSV(B)159.07º17.27%97.65%-
XYZ74.1886.8190.69-
YUV234.43127.75107.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=29.90%
G=36.14%
B=33.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492340.1700.060.02159.0778.1889.22
HexCEF9EA110629f4e59
Octal31637135221062237116131
Binary110011101111100111101010100010110101001111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9EA; }

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

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

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

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

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

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

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

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