Shades of Onahau #C8F6FA
Tints of Onahau #C8F6FA
RGB
CMYK
RGB Variations
Color information
#C8F6FA (or 0xC8F6FA) is known color: Onahau. HEX triplet: C8, F6 and FA. RGB value is (200,246,250). Sum of RGB (Red+Green+Blue) = 200+246+250=696 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.74% from 696); Green value is 246 (96.48% from 255 or 35.34% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8F6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6FA is #370905. Grayscale: #E8E8E8. Windows color (decimal): -3606790 or 16447176. OLE color: 16447176.
HSL color Cylindrical-coordinate representation of color #C8F6FA: hue angle of 184.8º 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 #C8F6FA is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 246 | 250 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.02 |
| HSL | 184.8º | 0.83% | 0.88% | - |
| HSV(B) | 184.8º | 0.2% | 0.98% | - |
| XYZ | 74.03 | 85.09 | 102.97 | - |
| YUV | 232.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 250 | 0.2 | 0.02 | 0 | 0.02 | 184.8 | 0.83 | 0.88 |
| Hex | C8 | F6 | FA | 14 | 2 | 0 | 2 | B9 | 53 | 58 |
| Octal | 310 | 366 | 372 | 24 | 2 | 0 | 2 | 271 | 123 | 130 |
| Binary | 11001000 | 11110110 | 11111010 | 10100 | 10 | 0 | 10 | 10111001 | 1010011 | 1011000 |
Color Harmonies of #C8F6FA
Complementary color
Monochromatic Colors of #C8F6FA
Black with #C8F6FA
Text Example
Text Example
White with #C8F6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6FA; }
p { color: rgb(200,246,250); }
H1.HeaderClassName
{
color: #C8F6FA;
}
.AnyTagClassName
{
color: #C8F6FA;
}
</style>
background-color css
<style>
a { background-color: #C8F6FA; }
a { background-color: rgb(200,246,250); }
div.DivClassName
{
background-color: #C8F6FA;
}
.BgClassName
{
background-color: #C8F6FA;
}
</style>
border-color css
<style>
span { border-color: #C8F6FA; }
span { border-color: rgb(200,246,250); }
td.TdClassName
{
border-color: #C8F6FA;
}
.TagClassName
{
border-color: #C8F6FA;
}
</style>