#C8FFEB

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

Shades of Humming Bird #C8FFEB

Tints of Humming Bird #C8FFEB

Color information

#C8FFEB (or 0xC8FFEB) is unknown color: approx Humming Bird. HEX triplet: C8, FF and EB. RGB value is (200,255,235). Sum of RGB (Red+Green+Blue) = 200+255+235=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #C8FFEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FFEB is #370014. Grayscale: #ECECEC. Windows color (decimal): -3604501 or 15466440. OLE color: 15466440.

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

Color convert

RGB200255235-
CMYK0.2200.080
HSL158.18º100%89.22%-
HSV(B)158.18º21.57%100%-
XYZ74.5789.892-
YUV236.28127.28102.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.99%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=28.99%
G=36.96%
B=34.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002552350.2200.080158.1810089.22
HexC8FFEB160809e6459
Octal310377353260100236144131
Binary110010001111111111101011101100100001001111011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FFEB; }

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

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

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

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

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

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

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

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