#C0F7E6

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

Shades of Humming Bird #C0F7E6

Tints of Humming Bird #C0F7E6

Color information

#C0F7E6 (or 0xC0F7E6) is unknown color: approx Humming Bird. HEX triplet: C0, F7 and E6. RGB value is (192,247,230). Sum of RGB (Red+Green+Blue) = 192+247+230=669 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.70% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #C0F7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F7E6 is #3F0819. Grayscale: #E4E4E4. Windows color (decimal): -4130842 or 15136704. OLE color: 15136704.

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

Color convert

RGB192247230-
CMYK0.2200.070.03
HSL161.45º77.46%86.08%-
HSV(B)161.45º22.27%96.86%-
XYZ69.2883.4487.32-
YUV228.62128.78101.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 28.70%
GREEN value IS 247 (96.88% from 255) = 36.92%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=28.70%
G=36.92%
B=34.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1922472300.2200.070.03161.4577.4686.08
HexC0F7E616073a14d56
Octal30036734626073241115126
Binary110000001111011111100110101100111111010000110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0F7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0F7E6; }

 p { color: rgb(192,247,230); }

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

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

 a { background-color: rgb(192,247,230); }

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

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

 span { border-color: rgb(192,247,230); }

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