Shades of Onahau #C8F4FF
Tints of Onahau #C8F4FF
RGB
CMYK
RGB Variations
Color information
#C8F4FF (or 0xC8F4FF) is known color: Onahau. HEX triplet: C8, F4 and FF. RGB value is (200,244,255). Sum of RGB (Red+Green+Blue) = 200+244+255=699 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.61% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F4FF is #370B00. Grayscale: #E8E8E8. Windows color (decimal): -3607297 or 16774344. OLE color: 16774344.
HSL color Cylindrical-coordinate representation of color #C8F4FF: hue angle of 192º 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 #C8F4FF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 244 | 255 | - |
| CMYK | 0.22 | 0.04 | 0 | 0 |
| HSL | 192º | 1% | 0.89% | - |
| HSV(B) | 192º | 0.22% | 1% | - |
| XYZ | 74.22 | 84.2 | 106.95 | - |
| YUV | 232.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 255 | 0.22 | 0.04 | 0 | 0 | 192 | 1 | 0.89 |
| Hex | C8 | F4 | FF | 16 | 4 | 0 | 0 | C0 | 64 | 59 |
| Octal | 310 | 364 | 377 | 26 | 4 | 0 | 0 | 300 | 144 | 131 |
| Binary | 11001000 | 11110100 | 11111111 | 10110 | 100 | 0 | 0 | 11000000 | 1100100 | 1011001 |
Color Harmonies of #C8F4FF
Complementary color
Monochromatic Colors of #C8F4FF
Black with #C8F4FF
Text Example
Text Example
White with #C8F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F4FF; }
p { color: rgb(200,244,255); }
H1.HeaderClassName
{
color: #C8F4FF;
}
.AnyTagClassName
{
color: #C8F4FF;
}
</style>
background-color css
<style>
a { background-color: #C8F4FF; }
a { background-color: rgb(200,244,255); }
div.DivClassName
{
background-color: #C8F4FF;
}
.BgClassName
{
background-color: #C8F4FF;
}
</style>
border-color css
<style>
span { border-color: #C8F4FF; }
span { border-color: rgb(200,244,255); }
td.TdClassName
{
border-color: #C8F4FF;
}
.TagClassName
{
border-color: #C8F4FF;
}
</style>