#CEF7EB

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

Shades of Humming Bird #CEF7EB

Tints of Humming Bird #CEF7EB

Color information

#CEF7EB (or 0xCEF7EB) is unknown color: approx Humming Bird. HEX triplet: CE, F7 and EB. RGB value is (206,247,235). Sum of RGB (Red+Green+Blue) = 206+247+235=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7EB is #310814. Grayscale: #E9E9E9. Windows color (decimal): -3213333 or 15464398. OLE color: 15464398.

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

Color convert

RGB206247235-
CMYK0.1700.050.03
HSL162.44º71.93%88.82%-
HSV(B)162.44º16.6%96.86%-
XYZ73.7185.6491.24-
YUV233.37128.92108.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=29.94%
G=35.90%
B=34.16%

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
Decimal2062472350.1700.050.03162.4471.9388.82
HexCEF7EB11053a24859
Octal31636735321053242110131
Binary110011101111011111101011100010101111010001010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7EB; }

 p { color: rgb(206,247,235); }

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

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

 a { background-color: rgb(206,247,235); }

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

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

 span { border-color: rgb(206,247,235); }

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