#CEEAE1

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

Shades of Humming Bird #CEEAE1

Tints of Humming Bird #CEEAE1

Color information

#CEEAE1 (or 0xCEEAE1) is unknown color: approx Humming Bird. HEX triplet: CE, EA and E1. RGB value is (206,234,225). Sum of RGB (Red+Green+Blue) = 206+234+225=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAE1 is #31151E. Grayscale: #E0E0E0. Windows color (decimal): -3216671 or 14805710. OLE color: 14805710.

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

Color convert

RGB206234225-
CMYK0.1200.040.08
HSL160.71º40%86.27%-
HSV(B)160.71º11.97%91.76%-
XYZ68.4777.482.57-
YUV224.6128.22114.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.98%
GREEN value IS 234 (91.80% from 255) = 35.19%
BLUE value IS 225 (88.28% from 255) = 33.83%
R=30.98%
G=35.19%
B=33.83%

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
Decimal2062342250.1200.040.08160.714086.27
HexCEEAE1C048a12856
Octal31635234114041024150126
Binary110011101110101011100001110001001000101000011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAE1; }

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

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

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

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

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

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

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

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