#CEF8EC

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

Shades of Humming Bird #CEF8EC

Tints of Humming Bird #CEF8EC

Color information

#CEF8EC (or 0xCEF8EC) is unknown color: approx Humming Bird. HEX triplet: CE, F8 and EC. RGB value is (206,248,236). Sum of RGB (Red+Green+Blue) = 206+248+236=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 236 (92.58% from 255 or 34.20% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF8EC is #310713. Grayscale: #EAEAEA. Windows color (decimal): -3213076 or 15530190. OLE color: 15530190.

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

Color convert

RGB206248236-
CMYK0.1700.050.03
HSL162.86º75%89.02%-
HSV(B)162.86º16.94%97.25%-
XYZ74.1686.3192.11-
YUV234.07129.09107.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 248 (97.27% from 255) = 35.94%
BLUE value IS 236 (92.58% from 255) = 34.20%
R=29.86%
G=35.94%
B=34.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062482360.1700.050.03162.867589.02
HexCEF8EC11053a34b59
Octal31637035421053243113131
Binary110011101111100011101100100010101111010001110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF8EC; }

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

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

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

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

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

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

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

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