#CEEBE2

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

Shades of Humming Bird #CEEBE2

Tints of Humming Bird #CEEBE2

Color information

#CEEBE2 (or 0xCEEBE2) is unknown color: approx Humming Bird. HEX triplet: CE, EB and E2. RGB value is (206,235,226). Sum of RGB (Red+Green+Blue) = 206+235+226=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 235 (92.19% from 255 or 35.23% from 667); Blue value is 226 (88.67% from 255 or 33.88% from 667); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBE2 is #31141D. Grayscale: #E1E1E1. Windows color (decimal): -3216414 or 14871502. OLE color: 14871502.

HSL color Cylindrical-coordinate representation of color #CEEBE2: hue angle of 161.38º degrees, saturation: 0.42, 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 #CEEBE2 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB206235226-
CMYK0.1200.040.08
HSL161.38º42.03%86.47%-
HSV(B)161.38º12.34%92.16%-
XYZ68.8978.0383.38-
YUV225.3128.39114.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.88%
GREEN value IS 235 (92.19% from 255) = 35.23%
BLUE value IS 226 (88.67% from 255) = 33.88%
R=30.88%
G=35.23%
B=33.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352260.1200.040.08161.3842.0386.47
HexCEEBE2C048a12a56
Octal31635334214041024152126
Binary110011101110101111100010110001001000101000011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBE2; }

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

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

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

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

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

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

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

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