#CEFAE9

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

Shades of Humming Bird #CEFAE9

Tints of Humming Bird #CEFAE9

Color information

#CEFAE9 (or 0xCEFAE9) is unknown color: approx Humming Bird. HEX triplet: CE, FA and E9. RGB value is (206,250,233). Sum of RGB (Red+Green+Blue) = 206+250+233=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFAE9 is #310516. Grayscale: #EAEAEA. Windows color (decimal): -3212567 or 15334094. OLE color: 15334094.

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

Color convert

RGB206250233-
CMYK0.1800.070.02
HSL156.82º81.48%89.41%-
HSV(B)156.82º17.6%98.04%-
XYZ74.3587.3890.04-
YUV234.91126.92107.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=29.90%
G=36.28%
B=33.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062502330.1800.070.02156.8281.4889.41
HexCEFAE9120729d5159
Octal31637235122072235121131
Binary110011101111101011101001100100111101001110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAE9; }

 p { color: rgb(206,250,233); }

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

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

 a { background-color: rgb(206,250,233); }

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

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

 span { border-color: rgb(206,250,233); }

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