#C0FFEE

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

Shades of Humming Bird #C0FFEE

Tints of Humming Bird #C0FFEE

Color information

#C0FFEE (or 0xC0FFEE) is unknown color: approx Humming Bird. HEX triplet: C0, FF and EE. RGB value is (192,255,238). Sum of RGB (Red+Green+Blue) = 192+255+238=685 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.03% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FFEE is #3F0011. Grayscale: #EAEAEA. Windows color (decimal): -4128786 or 15663040. OLE color: 15663040.

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

Color convert

RGB192255238-
CMYK0.2500.070
HSL163.81º100%87.65%-
HSV(B)163.81º24.71%100%-
XYZ72.9388.994.2-
YUV234.23130.1397.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.03%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 238 (93.36% from 255) = 34.74%
R=28.03%
G=37.23%
B=34.74%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1922552380.2500.070163.8110087.65
HexC0FFEE19070a46458
Octal30037735631070244144130
Binary11000000111111111110111011001011101010010011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FFEE; }

 p { color: rgb(192,255,238); }

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

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

 a { background-color: rgb(192,255,238); }

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

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

 span { border-color: rgb(192,255,238); }

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