#C8F4E4

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

Shades of Humming Bird #C8F4E4

Tints of Humming Bird #C8F4E4

Color information

#C8F4E4 (or 0xC8F4E4) is unknown color: approx Humming Bird. HEX triplet: C8, F4 and E4. RGB value is (200,244,228). Sum of RGB (Red+Green+Blue) = 200+244+228=672 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.76% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 228 (89.45% from 255 or 33.93% from 672); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F4E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F4E4 is #370B1B. Grayscale: #E5E5E5. Windows color (decimal): -3607324 or 15004872. OLE color: 15004872.

HSL color Cylindrical-coordinate representation of color #C8F4E4: hue angle of 158.18º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8F4E4 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB200244228-
CMYK0.1800.070.04
HSL158.18º66.67%87.06%-
HSV(B)158.18º18.03%95.69%-
XYZ70.1782.5885.64-
YUV229.02127.42107.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 29.76%
GREEN value IS 244 (95.70% from 255) = 36.31%
BLUE value IS 228 (89.45% from 255) = 33.93%
R=29.76%
G=36.31%
B=33.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2002442280.1800.070.04158.1866.6787.06
HexC8F4E4120749e4357
Octal31036434422074236103127
Binary1100100011110100111001001001001111001001111010000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F4E4; }

 p { color: rgb(200,244,228); }

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

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

 a { background-color: rgb(200,244,228); }

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

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

 span { border-color: rgb(200,244,228); }

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