#C0F8E4

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

Shades of Humming Bird #C0F8E4

Tints of Humming Bird #C0F8E4

Color information

#C0F8E4 (or 0xC0F8E4) is unknown color: approx Humming Bird. HEX triplet: C0, F8 and E4. RGB value is (192,248,228). Sum of RGB (Red+Green+Blue) = 192+248+228=668 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.74% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #C0F8E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F8E4 is #3F071B. Grayscale: #E5E5E5. Windows color (decimal): -4130588 or 15005888. OLE color: 15005888.

HSL color Cylindrical-coordinate representation of color #C0F8E4: hue angle of 158.57º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0F8E4 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB192248228-
CMYK0.2300.080.03
HSL158.57º80%86.27%-
HSV(B)158.57º22.58%97.25%-
XYZ69.3183.9485.95-
YUV228.98127.45101.63-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.74%
GREEN value IS 248 (97.27% from 255) = 37.13%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=28.74%
G=37.13%
B=34.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922482280.2300.080.03158.578086.27
HexC0F8E4170839f5056
Octal300370344270103237120126
Binary1100000011111000111001001011101000111001111110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F8E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F8E4; }

 p { color: rgb(192,248,228); }

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

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

 a { background-color: rgb(192,248,228); }

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

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

 span { border-color: rgb(192,248,228); }

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