#C0FCEB

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

Shades of Humming Bird #C0FCEB

Tints of Humming Bird #C0FCEB

Color information

#C0FCEB (or 0xC0FCEB) is unknown color: approx Humming Bird. HEX triplet: C0, FC and EB. RGB value is (192,252,235). Sum of RGB (Red+Green+Blue) = 192+252+235=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FCEB is #3F0314. Grayscale: #E8E8E8. Windows color (decimal): -4129557 or 15465664. OLE color: 15465664.

HSL color Cylindrical-coordinate representation of color #C0FCEB: hue angle of 163º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCEB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB192252235-
CMYK0.2400.070.01
HSL163º90.91%87.06%-
HSV(B)163º23.81%98.82%-
XYZ71.5486.8391.59-
YUV232.12129.6299.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.28%
GREEN value IS 252 (98.83% from 255) = 37.11%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=28.28%
G=37.11%
B=34.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1922522350.2400.070.0116390.9187.06
HexC0FCEB18071a35b57
Octal30037435330071243133127
Binary11000000111111001110101111000011111010001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FCEB; }

 p { color: rgb(192,252,235); }

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

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

 a { background-color: rgb(192,252,235); }

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

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

 span { border-color: rgb(192,252,235); }

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