#CEEAE2

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

Shades of Humming Bird #CEEAE2

Tints of Humming Bird #CEEAE2

Color information

#CEEAE2 (or 0xCEEAE2) is unknown color: approx Humming Bird. HEX triplet: CE, EA and E2. RGB value is (206,234,226). Sum of RGB (Red+Green+Blue) = 206+234+226=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 226 (88.67% from 255 or 33.93% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAE2 is #31151D. Grayscale: #E0E0E0. Windows color (decimal): -3216670 or 14871246. OLE color: 14871246.

HSL color Cylindrical-coordinate representation of color #CEEAE2: hue angle of 162.86º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAE2 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB206234226-
CMYK0.1200.030.08
HSL162.86º40%86.27%-
HSV(B)162.86º11.97%91.76%-
XYZ68.677.4683.29-
YUV224.72128.72114.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 234 (91.80% from 255) = 35.14%
BLUE value IS 226 (88.67% from 255) = 33.93%
R=30.93%
G=35.14%
B=33.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062342260.1200.030.08162.864086.27
HexCEEAE2C038a32856
Octal31635234214031024350126
Binary11001110111010101110001011000111000101000111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAE2; }

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

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

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

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

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

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

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

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