#CEF7EF

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

Shades of Humming Bird #CEF7EF

Tints of Humming Bird #CEF7EF

Color information

#CEF7EF (or 0xCEF7EF) is unknown color: approx Humming Bird. HEX triplet: CE, F7 and EF. RGB value is (206,247,239). Sum of RGB (Red+Green+Blue) = 206+247+239=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 247 (96.88% from 255 or 35.69% from 692); Blue value is 239 (93.75% from 255 or 34.54% from 692); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF7EF is #310810. Grayscale: #E9E9E9. Windows color (decimal): -3213329 or 15726542. OLE color: 15726542.

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

Color convert

RGB206247239-
CMYK0.1700.030.03
HSL168.29º71.93%88.82%-
HSV(B)168.29º16.6%96.86%-
XYZ74.2985.8894.32-
YUV233.83130.92108.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.77%
GREEN value IS 247 (96.88% from 255) = 35.69%
BLUE value IS 239 (93.75% from 255) = 34.54%
R=29.77%
G=35.69%
B=34.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062472390.1700.030.03168.2971.9388.82
HexCEF7EF11033a84859
Octal31636735721033250110131
Binary11001110111101111110111110001011111010100010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7EF; }

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

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

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

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

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

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

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

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