#CEFCEC

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

Shades of Humming Bird #CEFCEC

Tints of Humming Bird #CEFCEC

Color information

#CEFCEC (or 0xCEFCEC) is unknown color: approx Humming Bird. HEX triplet: CE, FC and EC. RGB value is (206,252,236). Sum of RGB (Red+Green+Blue) = 206+252+236=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFCEC is #310313. Grayscale: #ECECEC. Windows color (decimal): -3212052 or 15531214. OLE color: 15531214.

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

Color convert

RGB206252236-
CMYK0.1800.060.01
HSL159.13º88.46%89.8%-
HSV(B)159.13º18.25%98.82%-
XYZ75.488.892.52-
YUV236.42127.76106.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.68%
GREEN value IS 252 (98.83% from 255) = 36.31%
BLUE value IS 236 (92.58% from 255) = 34.01%
R=29.68%
G=36.31%
B=34.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062522360.1800.060.01159.1388.4689.8
HexCEFCEC120619f585a
Octal31637435422061237130132
Binary11001110111111001110110010010011011001111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCEC; }

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

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

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

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

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

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

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

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