#CEEFE6

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

Shades of Humming Bird #CEEFE6

Tints of Humming Bird #CEEFE6

Color information

#CEEFE6 (or 0xCEEFE6) is unknown color: approx Humming Bird. HEX triplet: CE, EF and E6. RGB value is (206,239,230). Sum of RGB (Red+Green+Blue) = 206+239+230=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 230 (90.23% from 255 or 34.07% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFE6 is #311019. Grayscale: #E4E4E4. Windows color (decimal): -3215386 or 15134670. OLE color: 15134670.

HSL color Cylindrical-coordinate representation of color #CEEFE6: hue angle of 163.64º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFE6 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB206239230-
CMYK0.1400.040.06
HSL163.64º50.77%87.25%-
HSV(B)163.64º13.81%93.73%-
XYZ70.680.5786.69-
YUV228.11129.07112.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 230 (90.23% from 255) = 34.07%
R=30.52%
G=35.41%
B=34.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392300.1400.040.06163.6450.7787.25
HexCEEFE6E046a43357
Octal3163573461604624463127
Binary11001110111011111110011011100100110101001001100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFE6; }

 p { color: rgb(206,239,230); }

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

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

 a { background-color: rgb(206,239,230); }

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

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

 span { border-color: rgb(206,239,230); }

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