#C0FBEE

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

Shades of Humming Bird #C0FBEE

Tints of Humming Bird #C0FBEE

Color information

#C0FBEE (or 0xC0FBEE) is unknown color: approx Humming Bird. HEX triplet: C0, FB and EE. RGB value is (192,251,238). Sum of RGB (Red+Green+Blue) = 192+251+238=681 (90% of max value = 765). Red value is 192 (75.39% from 255 or 28.19% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 238 (93.36% from 255 or 34.95% from 681); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FBEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0FBEE is #3F0411. Grayscale: #E7E7E7. Windows color (decimal): -4129810 or 15662016. OLE color: 15662016.

HSL color Cylindrical-coordinate representation of color #C0FBEE: hue angle of 166.78º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FBEE is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB192251238-
CMYK0.2400.050.02
HSL166.78º88.06%86.86%-
HSV(B)166.78º23.51%98.43%-
XYZ71.6786.3793.78-
YUV231.88131.4599.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.19%
GREEN value IS 251 (98.44% from 255) = 36.86%
BLUE value IS 238 (93.36% from 255) = 34.95%
R=28.19%
G=36.86%
B=34.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1922512380.2400.050.02166.7888.0686.86
HexC0FBEE18052a75857
Octal30037335630052247130127
Binary110000001111101111101110110000101101010011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FBEE; }

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

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

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

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

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

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

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

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