#CEF8EA

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

Shades of Humming Bird #CEF8EA

Tints of Humming Bird #CEF8EA

Color information

#CEF8EA (or 0xCEF8EA) is unknown color: approx Humming Bird. HEX triplet: CE, F8 and EA. RGB value is (206,248,234). Sum of RGB (Red+Green+Blue) = 206+248+234=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8EA is #310715. Grayscale: #E9E9E9. Windows color (decimal): -3213078 or 15399118. OLE color: 15399118.

HSL color Cylindrical-coordinate representation of color #CEF8EA: hue angle of 160º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEF8EA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB206248234-
CMYK0.1700.060.03
HSL160º75%89.02%-
HSV(B)160º16.94%97.25%-
XYZ73.8786.290.59-
YUV233.85128.09108.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 248 (97.27% from 255) = 36.05%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=29.94%
G=36.05%
B=34.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482340.1700.060.031607589.02
HexCEF8EA11063a04b59
Octal31637035221063240113131
Binary110011101111100011101010100010110111010000010010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8EA; }

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

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

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

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

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

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

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

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