Shades of Onahau #C8F0FA
Tints of Onahau #C8F0FA
RGB
CMYK
RGB Variations
Color information
#C8F0FA (or 0xC8F0FA) is known color: Onahau. HEX triplet: C8, F0 and FA. RGB value is (200,240,250). Sum of RGB (Red+Green+Blue) = 200+240+250=690 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.99% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 250 (98.05% from 255 or 36.23% from 690); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8F0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0FA is #370F05. Grayscale: #E5E5E5. Windows color (decimal): -3608326 or 16445640. OLE color: 16445640.
HSL color Cylindrical-coordinate representation of color #C8F0FA: hue angle of 192º 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 #C8F0FA is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 240 | 250 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.02 |
| HSL | 192º | 0.83% | 0.88% | - |
| HSV(B) | 192º | 0.2% | 0.98% | - |
| XYZ | 72.23 | 81.5 | 102.37 | - |
| YUV | 229.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 240 | 250 | 0.2 | 0.04 | 0 | 0.02 | 192 | 0.83 | 0.88 |
| Hex | C8 | F0 | FA | 14 | 4 | 0 | 2 | C0 | 53 | 58 |
| Octal | 310 | 360 | 372 | 24 | 4 | 0 | 2 | 300 | 123 | 130 |
| Binary | 11001000 | 11110000 | 11111010 | 10100 | 100 | 0 | 10 | 11000000 | 1010011 | 1011000 |
Color Harmonies of #C8F0FA
Complementary color
Monochromatic Colors of #C8F0FA
Black with #C8F0FA
Text Example
Text Example
White with #C8F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0FA; }
p { color: rgb(200,240,250); }
H1.HeaderClassName
{
color: #C8F0FA;
}
.AnyTagClassName
{
color: #C8F0FA;
}
</style>
background-color css
<style>
a { background-color: #C8F0FA; }
a { background-color: rgb(200,240,250); }
div.DivClassName
{
background-color: #C8F0FA;
}
.BgClassName
{
background-color: #C8F0FA;
}
</style>
border-color css
<style>
span { border-color: #C8F0FA; }
span { border-color: rgb(200,240,250); }
td.TdClassName
{
border-color: #C8F0FA;
}
.TagClassName
{
border-color: #C8F0FA;
}
</style>