#CEF6EA

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

Shades of Humming Bird #CEF6EA

Tints of Humming Bird #CEF6EA

Color information

#CEF6EA (or 0xCEF6EA) is unknown color: approx Humming Bird. HEX triplet: CE, F6 and EA. RGB value is (206,246,234). Sum of RGB (Red+Green+Blue) = 206+246+234=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 234 (91.80% from 255 or 34.11% from 686); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF6EA is #310915. Grayscale: #E8E8E8. Windows color (decimal): -3213590 or 15398606. OLE color: 15398606.

HSL color Cylindrical-coordinate representation of color #CEF6EA: hue angle of 162º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEF6EA is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB206246234-
CMYK0.1600.050.04
HSL162º68.97%88.63%-
HSV(B)162º16.26%96.47%-
XYZ73.2684.9790.38-
YUV232.67128.75108.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 246 (96.48% from 255) = 35.86%
BLUE value IS 234 (91.80% from 255) = 34.11%
R=30.03%
G=35.86%
B=34.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062462340.1600.050.0416268.9788.63
HexCEF6EA10054a24559
Octal31636635220054242105131
Binary1100111011110110111010101000001011001010001010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6EA; }

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

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

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

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

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

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

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

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