Shades of Humming Bird #C3F2E7
Tints of Humming Bird #C3F2E7
RGB
CMYK
RGB Variations
Color information
#C3F2E7 (or 0xC3F2E7) is known color: Humming Bird. HEX triplet: C3, F2 and E7. RGB value is (195,242,231). Sum of RGB (Red+Green+Blue) = 195+242+231=668 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.19% from 668); Green value is 242 (94.92% from 255 or 36.23% from 668); Blue value is 231 (90.62% from 255 or 34.58% from 668); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2E7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F2E7 is #3C0D18. Grayscale: #E2E2E2. Windows color (decimal): -3935513 or 15200963. OLE color: 15200963.
HSL color Cylindrical-coordinate representation of color #C3F2E7: hue angle of 165.96º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F2E7 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 242 | 231 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.05 |
| HSL | 165.96º | 0.64% | 0.86% | - |
| HSV(B) | 165.96º | 0.19% | 0.95% | - |
| XYZ | 68.68 | 80.88 | 87.59 | - |
| YUV | 226.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 242 | 231 | 0.19 | 0 | 0.05 | 0.05 | 165.96 | 0.64 | 0.86 |
| Hex | C3 | F2 | E7 | 13 | 0 | 5 | 5 | A6 | 40 | 56 |
| Octal | 303 | 362 | 347 | 23 | 0 | 5 | 5 | 246 | 100 | 126 |
| Binary | 11000011 | 11110010 | 11100111 | 10011 | 0 | 101 | 101 | 10100110 | 1000000 | 1010110 |
Color Harmonies of #C3F2E7
Complementary color
Monochromatic Colors of #C3F2E7
Black with #C3F2E7
Text Example
Text Example
White with #C3F2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F2E7; }
p { color: rgb(195,242,231); }
H1.HeaderClassName
{
color: #C3F2E7;
}
.AnyTagClassName
{
color: #C3F2E7;
}
</style>
background-color css
<style>
a { background-color: #C3F2E7; }
a { background-color: rgb(195,242,231); }
div.DivClassName
{
background-color: #C3F2E7;
}
.BgClassName
{
background-color: #C3F2E7;
}
</style>
border-color css
<style>
span { border-color: #C3F2E7; }
span { border-color: rgb(195,242,231); }
td.TdClassName
{
border-color: #C3F2E7;
}
.TagClassName
{
border-color: #C3F2E7;
}
</style>