Shades of Onahau #C8F7FB
Tints of Onahau #C8F7FB
RGB
CMYK
RGB Variations
Color information
#C8F7FB (or 0xC8F7FB) is known color: Onahau. HEX triplet: C8, F7 and FB. RGB value is (200,247,251). Sum of RGB (Red+Green+Blue) = 200+247+251=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 247 (96.88% from 255 or 35.39% from 698); Blue value is 251 (98.44% from 255 or 35.96% from 698); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8F7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F7FB is #370804. Grayscale: #E9E9E9. Windows color (decimal): -3606533 or 16512968. OLE color: 16512968.
HSL color Cylindrical-coordinate representation of color #C8F7FB: hue angle of 184.71º degrees, saturation: 0.86, 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 #C8F7FB is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 247 | 251 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.02 |
| HSL | 184.71º | 0.86% | 0.88% | - |
| HSV(B) | 184.71º | 0.2% | 0.98% | - |
| XYZ | 74.49 | 85.77 | 103.9 | - |
| YUV | 233.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 251 | 0.20 | 0.02 | 0 | 0.02 | 184.71 | 0.86 | 0.88 |
| Hex | C8 | F7 | FB | 14 | 2 | 0 | 2 | B9 | 56 | 58 |
| Octal | 310 | 367 | 373 | 24 | 2 | 0 | 2 | 271 | 126 | 130 |
| Binary | 11001000 | 11110111 | 11111011 | 10100 | 10 | 0 | 10 | 10111001 | 1010110 | 1011000 |
Color Harmonies of #C8F7FB
Complementary color
Monochromatic Colors of #C8F7FB
Black with #C8F7FB
Text Example
Text Example
White with #C8F7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7FB; }
p { color: rgb(200,247,251); }
H1.HeaderClassName
{
color: #C8F7FB;
}
.AnyTagClassName
{
color: #C8F7FB;
}
</style>
background-color css
<style>
a { background-color: #C8F7FB; }
a { background-color: rgb(200,247,251); }
div.DivClassName
{
background-color: #C8F7FB;
}
.BgClassName
{
background-color: #C8F7FB;
}
</style>
border-color css
<style>
span { border-color: #C8F7FB; }
span { border-color: rgb(200,247,251); }
td.TdClassName
{
border-color: #C8F7FB;
}
.TagClassName
{
border-color: #C8F7FB;
}
</style>