#C8FEEB

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

Shades of Humming Bird #C8FEEB

Tints of Humming Bird #C8FEEB

Color information

#C8FEEB (or 0xC8FEEB) is unknown color: approx Humming Bird. HEX triplet: C8, FE and EB. RGB value is (200,254,235). Sum of RGB (Red+Green+Blue) = 200+254+235=689 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.03% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEEB is #370114. Grayscale: #EBEBEB. Windows color (decimal): -3604757 or 15466184. OLE color: 15466184.

HSL color Cylindrical-coordinate representation of color #C8FEEB: hue angle of 158.89º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FEEB is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB200254235-
CMYK0.2100.070.00
HSL158.89º96.43%89.02%-
HSV(B)158.89º21.26%99.61%-
XYZ74.2689.1691.89-
YUV235.69127.61102.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.03%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=29.03%
G=36.87%
B=34.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002542350.2100.070.00158.8996.4389.02
HexC8FEEB150709f6059
Octal31037635325070237140131
Binary11001000111111101110101110101011101001111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEEB; }

 p { color: rgb(200,254,235); }

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

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

 a { background-color: rgb(200,254,235); }

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

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

 span { border-color: rgb(200,254,235); }

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