#CEEFE3

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

Shades of Humming Bird #CEEFE3

Tints of Humming Bird #CEEFE3

Color information

#CEEFE3 (or 0xCEEFE3) is unknown color: approx Humming Bird. HEX triplet: CE, EF and E3. RGB value is (206,239,227). Sum of RGB (Red+Green+Blue) = 206+239+227=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 227 (89.06% from 255 or 33.78% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFE3 is #31101C. Grayscale: #E3E3E3. Windows color (decimal): -3215389 or 14938062. OLE color: 14938062.

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

Color convert

RGB206239227-
CMYK0.1400.050.06
HSL158.18º50.77%87.25%-
HSV(B)158.18º13.81%93.73%-
XYZ70.1980.484.49-
YUV227.76127.57112.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 239 (93.75% from 255) = 35.57%
BLUE value IS 227 (89.06% from 255) = 33.78%
R=30.65%
G=35.57%
B=33.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392270.1400.050.06158.1850.7787.25
HexCEEFE3E0569e3357
Octal3163573431605623663127
Binary11001110111011111110001111100101110100111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFE3; }

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

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

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

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

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

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

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

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