Shades of Humming Bird #C9FFF2
Tints of Humming Bird #C9FFF2
RGB
CMYK
RGB Variations
Color information
#C9FFF2 (or 0xC9FFF2) is known color: Humming Bird. HEX triplet: C9, FF and F2. RGB value is (201,255,242). Sum of RGB (Red+Green+Blue) = 201+255+242=698 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.80% from 698); Green value is 255 (100% from 255 or 36.53% from 698); Blue value is 242 (94.92% from 255 or 34.67% from 698); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFF2 is #36000D. Grayscale: #EDEDED. Windows color (decimal): -3538958 or 15925193. OLE color: 15925193.
HSL color Cylindrical-coordinate representation of color #C9FFF2: hue angle of 165.56º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFF2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 242 | - |
| CMYK | 0.21 | 0 | 0.05 | 0 |
| HSL | 165.56º | 1% | 0.89% | - |
| HSV(B) | 165.56º | 0.21% | 1% | - |
| XYZ | 75.87 | 90.35 | 97.44 | - |
| YUV | 237.37 | 130.61 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 242 | 0.21 | 0 | 0.05 | 0 | 165.56 | 1 | 0.89 |
| Hex | C9 | FF | F2 | 15 | 0 | 5 | 0 | A6 | 64 | 59 |
| Octal | 311 | 377 | 362 | 25 | 0 | 5 | 0 | 246 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11110010 | 10101 | 0 | 101 | 0 | 10100110 | 1100100 | 1011001 |
Color Harmonies of #C9FFF2
Complementary color
Monochromatic Colors of #C9FFF2
Black with #C9FFF2
Text Example
Text Example
White with #C9FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFF2; }
p { color: rgb(201,255,242); }
H1.HeaderClassName
{
color: #C9FFF2;
}
.AnyTagClassName
{
color: #C9FFF2;
}
</style>
background-color css
<style>
a { background-color: #C9FFF2; }
a { background-color: rgb(201,255,242); }
div.DivClassName
{
background-color: #C9FFF2;
}
.BgClassName
{
background-color: #C9FFF2;
}
</style>
border-color css
<style>
span { border-color: #C9FFF2; }
span { border-color: rgb(201,255,242); }
td.TdClassName
{
border-color: #C9FFF2;
}
.TagClassName
{
border-color: #C9FFF2;
}
</style>