Shades of Onahau #C8F7FE
Tints of Onahau #C8F7FE
RGB
CMYK
RGB Variations
Color information
#C8F7FE (or 0xC8F7FE) is known color: Onahau. HEX triplet: C8, F7 and FE. RGB value is (200,247,254). Sum of RGB (Red+Green+Blue) = 200+247+254=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 247 (96.88% from 255 or 35.24% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F7FE is #370801. Grayscale: #E9E9E9. Windows color (decimal): -3606530 or 16709576. OLE color: 16709576.
HSL color Cylindrical-coordinate representation of color #C8F7FE: hue angle of 187.78º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8F7FE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 247 | 254 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.00 |
| HSL | 187.78º | 0.96% | 0.89% | - |
| HSV(B) | 187.78º | 0.21% | 1% | - |
| XYZ | 74.97 | 85.96 | 106.41 | - |
| YUV | 233.75 | 139.43 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 254 | 0.21 | 0.03 | 0 | 0.00 | 187.78 | 0.96 | 0.89 |
| Hex | C8 | F7 | FE | 15 | 3 | 0 | 0 | BC | 60 | 59 |
| Octal | 310 | 367 | 376 | 25 | 3 | 0 | 0 | 274 | 140 | 131 |
| Binary | 11001000 | 11110111 | 11111110 | 10101 | 11 | 0 | 0 | 10111100 | 1100000 | 1011001 |
Color Harmonies of #C8F7FE
Complementary color
Monochromatic Colors of #C8F7FE
Black with #C8F7FE
Text Example
Text Example
White with #C8F7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F7FE; }
p { color: rgb(200,247,254); }
H1.HeaderClassName
{
color: #C8F7FE;
}
.AnyTagClassName
{
color: #C8F7FE;
}
</style>
background-color css
<style>
a { background-color: #C8F7FE; }
a { background-color: rgb(200,247,254); }
div.DivClassName
{
background-color: #C8F7FE;
}
.BgClassName
{
background-color: #C8F7FE;
}
</style>
border-color css
<style>
span { border-color: #C8F7FE; }
span { border-color: rgb(200,247,254); }
td.TdClassName
{
border-color: #C8F7FE;
}
.TagClassName
{
border-color: #C8F7FE;
}
</style>