Shades of Onahau #C8F6FF
Tints of Onahau #C8F6FF
RGB
CMYK
RGB Variations
Color information
#C8F6FF (or 0xC8F6FF) is known color: Onahau. HEX triplet: C8, F6 and FF. RGB value is (200,246,255). Sum of RGB (Red+Green+Blue) = 200+246+255=701 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.53% from 701); Green value is 246 (96.48% from 255 or 35.09% from 701); Blue value is 255 (100% from 255 or 36.38% from 701); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F6FF is #370900. Grayscale: #E9E9E9. Windows color (decimal): -3606785 or 16774856. OLE color: 16774856.
HSL color Cylindrical-coordinate representation of color #C8F6FF: hue angle of 189.82º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8F6FF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 246 | 255 | - |
| CMYK | 0.22 | 0.04 | 0 | 0 |
| HSL | 189.82º | 1% | 0.89% | - |
| HSV(B) | 189.82º | 0.22% | 1% | - |
| XYZ | 74.83 | 85.41 | 107.15 | - |
| YUV | 233.27 | 140.26 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 246 | 255 | 0.22 | 0.04 | 0 | 0 | 189.82 | 1 | 0.89 |
| Hex | C8 | F6 | FF | 16 | 4 | 0 | 0 | BE | 64 | 59 |
| Octal | 310 | 366 | 377 | 26 | 4 | 0 | 0 | 276 | 144 | 131 |
| Binary | 11001000 | 11110110 | 11111111 | 10110 | 100 | 0 | 0 | 10111110 | 1100100 | 1011001 |
Color Harmonies of #C8F6FF
Complementary color
Monochromatic Colors of #C8F6FF
Black with #C8F6FF
Text Example
Text Example
White with #C8F6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F6FF; }
p { color: rgb(200,246,255); }
H1.HeaderClassName
{
color: #C8F6FF;
}
.AnyTagClassName
{
color: #C8F6FF;
}
</style>
background-color css
<style>
a { background-color: #C8F6FF; }
a { background-color: rgb(200,246,255); }
div.DivClassName
{
background-color: #C8F6FF;
}
.BgClassName
{
background-color: #C8F6FF;
}
</style>
border-color css
<style>
span { border-color: #C8F6FF; }
span { border-color: rgb(200,246,255); }
td.TdClassName
{
border-color: #C8F6FF;
}
.TagClassName
{
border-color: #C8F6FF;
}
</style>