#CEEBE0

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

Shades of Humming Bird #CEEBE0

Tints of Humming Bird #CEEBE0

Color information

#CEEBE0 (or 0xCEEBE0) is unknown color: approx Humming Bird. HEX triplet: CE, EB and E0. RGB value is (206,235,224). Sum of RGB (Red+Green+Blue) = 206+235+224=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBE0 is #31141F. Grayscale: #E1E1E1. Windows color (decimal): -3216416 or 14740430. OLE color: 14740430.

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

Color convert

RGB206235224-
CMYK0.1200.050.08
HSL157.24º42.03%86.47%-
HSV(B)157.24º12.34%92.16%-
XYZ68.6277.9281.94-
YUV225.08127.39114.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 235 (92.19% from 255) = 35.34%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=30.98%
G=35.34%
B=33.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062352240.1200.050.08157.2442.0386.47
HexCEEBE0C0589d2a56
Octal31635334014051023552126
Binary110011101110101111100000110001011000100111011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBE0; }

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

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

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

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

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

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

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

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