Shades of Humming Bird #C3F7E6
Tints of Humming Bird #C3F7E6
RGB
CMYK
RGB Variations
Color information
#C3F7E6 (or 0xC3F7E6) is known color: Humming Bird. HEX triplet: C3, F7 and E6. RGB value is (195,247,230). Sum of RGB (Red+Green+Blue) = 195+247+230=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 247 (96.88% from 255 or 36.76% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 247 - color contains mainly: green. Hex color #C3F7E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F7E6 is #3C0819. Grayscale: #E5E5E5. Windows color (decimal): -3934234 or 15136707. OLE color: 15136707.
HSL color Cylindrical-coordinate representation of color #C3F7E6: hue angle of 160.38º degrees, saturation: 0.76, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F7E6 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 247 | 230 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.03 |
| HSL | 160.38º | 0.76% | 0.87% | - |
| HSV(B) | 160.38º | 0.21% | 0.97% | - |
| XYZ | 70.05 | 83.84 | 87.35 | - |
| YUV | 229.51 | 128.27 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 247 | 230 | 0.21 | 0 | 0.07 | 0.03 | 160.38 | 0.76 | 0.87 |
| Hex | C3 | F7 | E6 | 15 | 0 | 7 | 3 | A0 | 4C | 57 |
| Octal | 303 | 367 | 346 | 25 | 0 | 7 | 3 | 240 | 114 | 127 |
| Binary | 11000011 | 11110111 | 11100110 | 10101 | 0 | 111 | 11 | 10100000 | 1001100 | 1010111 |
Color Harmonies of #C3F7E6
Complementary color
Monochromatic Colors of #C3F7E6
Black with #C3F7E6
Text Example
Text Example
White with #C3F7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F7E6; }
p { color: rgb(195,247,230); }
H1.HeaderClassName
{
color: #C3F7E6;
}
.AnyTagClassName
{
color: #C3F7E6;
}
</style>
background-color css
<style>
a { background-color: #C3F7E6; }
a { background-color: rgb(195,247,230); }
div.DivClassName
{
background-color: #C3F7E6;
}
.BgClassName
{
background-color: #C3F7E6;
}
</style>
border-color css
<style>
span { border-color: #C3F7E6; }
span { border-color: rgb(195,247,230); }
td.TdClassName
{
border-color: #C3F7E6;
}
.TagClassName
{
border-color: #C3F7E6;
}
</style>