Shades of Onahau #C8F6FE
Tints of Onahau #C8F6FE
RGB
CMYK
RGB Variations
Color information
#C8F6FE (or 0xC8F6FE) is known color: Onahau. HEX triplet: C8, F6 and FE. RGB value is (200,246,254). Sum of RGB (Red+Green+Blue) = 200+246+254=700 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.57% from 700); Green value is 246 (96.48% from 255 or 35.14% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #C8F6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6FE is #370901. Grayscale: #E9E9E9. Windows color (decimal): -3606786 or 16709320. OLE color: 16709320.
HSL color Cylindrical-coordinate representation of color #C8F6FE: hue angle of 188.89º 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 #C8F6FE is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 246 | 254 | - |
| CMYK | 0.21 | 0.03 | 0 | 0.00 |
| HSL | 188.89º | 0.96% | 0.89% | - |
| HSV(B) | 188.89º | 0.21% | 1% | - |
| XYZ | 74.66 | 85.35 | 106.3 | - |
| YUV | 233.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 254 | 0.21 | 0.03 | 0 | 0.00 | 188.89 | 0.96 | 0.89 |
| Hex | C8 | F6 | FE | 15 | 3 | 0 | 0 | BD | 60 | 59 |
| Octal | 310 | 366 | 376 | 25 | 3 | 0 | 0 | 275 | 140 | 131 |
| Binary | 11001000 | 11110110 | 11111110 | 10101 | 11 | 0 | 0 | 10111101 | 1100000 | 1011001 |
Color Harmonies of #C8F6FE
Complementary color
Monochromatic Colors of #C8F6FE
Black with #C8F6FE
Text Example
Text Example
White with #C8F6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6FE; }
p { color: rgb(200,246,254); }
H1.HeaderClassName
{
color: #C8F6FE;
}
.AnyTagClassName
{
color: #C8F6FE;
}
</style>
background-color css
<style>
a { background-color: #C8F6FE; }
a { background-color: rgb(200,246,254); }
div.DivClassName
{
background-color: #C8F6FE;
}
.BgClassName
{
background-color: #C8F6FE;
}
</style>
border-color css
<style>
span { border-color: #C8F6FE; }
span { border-color: rgb(200,246,254); }
td.TdClassName
{
border-color: #C8F6FE;
}
.TagClassName
{
border-color: #C8F6FE;
}
</style>