#CEEBDF

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

Shades of Humming Bird #CEEBDF

Tints of Humming Bird #CEEBDF

Color information

#CEEBDF (or 0xCEEBDF) is unknown color: approx Humming Bird. HEX triplet: CE, EB and DF. RGB value is (206,235,223). Sum of RGB (Red+Green+Blue) = 206+235+223=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 235 (92.19% from 255 or 35.39% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBDF is #311420. Grayscale: #E0E0E0. Windows color (decimal): -3216417 or 14674894. OLE color: 14674894.

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

Color convert

RGB206235223-
CMYK0.1200.050.08
HSL155.17º42.03%86.47%-
HSV(B)155.17º12.34%92.16%-
XYZ68.4877.8781.23-
YUV224.96126.89114.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.02%
GREEN value IS 235 (92.19% from 255) = 35.39%
BLUE value IS 223 (87.5% from 255) = 33.58%
R=31.02%
G=35.39%
B=33.58%

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
Decimal2062352230.1200.050.08155.1742.0386.47
HexCEEBDFC0589b2a56
Octal31635333714051023352126
Binary110011101110101111011111110001011000100110111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBDF; }

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

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

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

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

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

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

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

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