#C8FEEA

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

Shades of Humming Bird #C8FEEA

Tints of Humming Bird #C8FEEA

Color information

#C8FEEA (or 0xC8FEEA) is unknown color: approx Humming Bird. HEX triplet: C8, FE and EA. RGB value is (200,254,234). Sum of RGB (Red+Green+Blue) = 200+254+234=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 234 (91.80% from 255 or 34.01% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #C8FEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FEEA is #370115. Grayscale: #EBEBEB. Windows color (decimal): -3604758 or 15400648. OLE color: 15400648.

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

Color convert

RGB200254234-
CMYK0.2100.080.00
HSL157.78º96.43%89.02%-
HSV(B)157.78º21.26%99.61%-
XYZ74.1189.191.13-
YUV235.57127.11102.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.07%
GREEN value IS 254 (99.61% from 255) = 36.92%
BLUE value IS 234 (91.80% from 255) = 34.01%
R=29.07%
G=36.92%
B=34.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2002542340.2100.080.00157.7896.4389.02
HexC8FEEA150809e6059
Octal310376352250100236140131
Binary110010001111111011101010101010100001001111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FEEA; }

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

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

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

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

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

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

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

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