#CEEBE1

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

Shades of Humming Bird #CEEBE1

Tints of Humming Bird #CEEBE1

Color information

#CEEBE1 (or 0xCEEBE1) is unknown color: approx Humming Bird. HEX triplet: CE, EB and E1. RGB value is (206,235,225). Sum of RGB (Red+Green+Blue) = 206+235+225=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 225 (88.28% from 255 or 33.78% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBE1 is #31141E. Grayscale: #E1E1E1. Windows color (decimal): -3216415 or 14805966. OLE color: 14805966.

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

Color convert

RGB206235225-
CMYK0.1200.040.08
HSL159.31º42.03%86.47%-
HSV(B)159.31º12.34%92.16%-
XYZ68.7577.9782.66-
YUV225.19127.89114.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.93%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 225 (88.28% from 255) = 33.78%
R=30.93%
G=35.29%
B=33.78%

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
Decimal2062352250.1200.040.08159.3142.0386.47
HexCEEBE1C0489f2a56
Octal31635334114041023752126
Binary110011101110101111100001110001001000100111111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBE1; }

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

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

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

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

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

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

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

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