Shades of Humming Bird #C8FAEE
Tints of Humming Bird #C8FAEE
RGB
CMYK
RGB Variations
Color information
#C8FAEE (or 0xC8FAEE) is known color: Humming Bird. HEX triplet: C8, FA and EE. RGB value is (200,250,238). Sum of RGB (Red+Green+Blue) = 200+250+238=688 (91% of max value = 765). Red value is 200 (78.52% from 255 or 29.07% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FAEE is #370511. Grayscale: #E9E9E9. Windows color (decimal): -3605778 or 15661768. OLE color: 15661768.
HSL color Cylindrical-coordinate representation of color #C8FAEE: hue angle of 165.6º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8FAEE is Cyan = 0.2, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 238 | - |
| CMYK | 0.2 | 0 | 0.05 | 0.02 |
| HSL | 165.6º | 0.83% | 0.88% | - |
| HSV(B) | 165.6º | 0.2% | 0.98% | - |
| XYZ | 73.44 | 86.82 | 93.78 | - |
| YUV | 233.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 238 | 0.2 | 0 | 0.05 | 0.02 | 165.6 | 0.83 | 0.88 |
| Hex | C8 | FA | EE | 14 | 0 | 5 | 2 | A6 | 53 | 58 |
| Octal | 310 | 372 | 356 | 24 | 0 | 5 | 2 | 246 | 123 | 130 |
| Binary | 11001000 | 11111010 | 11101110 | 10100 | 0 | 101 | 10 | 10100110 | 1010011 | 1011000 |
Color Harmonies of #C8FAEE
Complementary color
Monochromatic Colors of #C8FAEE
Black with #C8FAEE
Text Example
Text Example
White with #C8FAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FAEE; }
p { color: rgb(200,250,238); }
H1.HeaderClassName
{
color: #C8FAEE;
}
.AnyTagClassName
{
color: #C8FAEE;
}
</style>
background-color css
<style>
a { background-color: #C8FAEE; }
a { background-color: rgb(200,250,238); }
div.DivClassName
{
background-color: #C8FAEE;
}
.BgClassName
{
background-color: #C8FAEE;
}
</style>
border-color css
<style>
span { border-color: #C8FAEE; }
span { border-color: rgb(200,250,238); }
td.TdClassName
{
border-color: #C8FAEE;
}
.TagClassName
{
border-color: #C8FAEE;
}
</style>