#CEFCEA

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

Shades of Humming Bird #CEFCEA

Tints of Humming Bird #CEFCEA

Color information

#CEFCEA (or 0xCEFCEA) is unknown color: approx Humming Bird. HEX triplet: CE, FC and EA. RGB value is (206,252,234). Sum of RGB (Red+Green+Blue) = 206+252+234=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCEA is #310315. Grayscale: #ECECEC. Windows color (decimal): -3212054 or 15400142. OLE color: 15400142.

HSL color Cylindrical-coordinate representation of color #CEFCEA: hue angle of 156.52º 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 #CEFCEA is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB206252234-
CMYK0.1800.070.01
HSL156.52º88.46%89.8%-
HSV(B)156.52º18.25%98.82%-
XYZ75.1288.6891-
YUV236.19126.76106.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.77%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=29.77%
G=36.42%
B=33.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522340.1800.070.01156.5288.4689.8
HexCEFCEA120719d585a
Octal31637435222071235130132
Binary11001110111111001110101010010011111001110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCEA; }

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

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

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

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

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

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

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

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