#CEFCEF

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

Shades of Humming Bird #CEFCEF

Tints of Humming Bird #CEFCEF

Color information

#CEFCEF (or 0xCEFCEF) is unknown color: approx Humming Bird. HEX triplet: CE, FC and EF. RGB value is (206,252,239). Sum of RGB (Red+Green+Blue) = 206+252+239=697 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.56% from 697); Green value is 252 (98.83% from 255 or 36.15% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCEF is #310310. Grayscale: #ECECEC. Windows color (decimal): -3212049 or 15727822. OLE color: 15727822.

HSL color Cylindrical-coordinate representation of color #CEFCEF: hue angle of 163.04º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFCEF is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB206252239-
CMYK0.1800.050.01
HSL163.04º88.46%89.8%-
HSV(B)163.04º18.25%98.82%-
XYZ75.8488.9794.84-
YUV236.76129.26106.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.56%
GREEN value IS 252 (98.83% from 255) = 36.15%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=29.56%
G=36.15%
B=34.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522390.1800.050.01163.0488.4689.8
HexCEFCEF12051a3585a
Octal31637435722051243130132
Binary11001110111111001110111110010010111010001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCEF; }

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

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

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

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

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

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

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

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