Shades of Onahau #C8F5FF
Tints of Onahau #C8F5FF
RGB
CMYK
RGB Variations
Color information
#C8F5FF (or 0xC8F5FF) is known color: Onahau. HEX triplet: C8, F5 and FF. RGB value is (200,245,255). Sum of RGB (Red+Green+Blue) = 200+245+255=700 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.57% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8F5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F5FF is #370A00. Grayscale: #E8E8E8. Windows color (decimal): -3607041 or 16774600. OLE color: 16774600.
HSL color Cylindrical-coordinate representation of color #C8F5FF: hue angle of 190.91º 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 #C8F5FF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 245 | 255 | - |
| CMYK | 0.22 | 0.04 | 0 | 0 |
| HSL | 190.91º | 1% | 0.89% | - |
| HSV(B) | 190.91º | 0.22% | 1% | - |
| XYZ | 74.52 | 84.8 | 107.05 | - |
| YUV | 232.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 255 | 0.22 | 0.04 | 0 | 0 | 190.91 | 1 | 0.89 |
| Hex | C8 | F5 | FF | 16 | 4 | 0 | 0 | BF | 64 | 59 |
| Octal | 310 | 365 | 377 | 26 | 4 | 0 | 0 | 277 | 144 | 131 |
| Binary | 11001000 | 11110101 | 11111111 | 10110 | 100 | 0 | 0 | 10111111 | 1100100 | 1011001 |
Color Harmonies of #C8F5FF
Complementary color
Monochromatic Colors of #C8F5FF
Black with #C8F5FF
Text Example
Text Example
White with #C8F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F5FF; }
p { color: rgb(200,245,255); }
H1.HeaderClassName
{
color: #C8F5FF;
}
.AnyTagClassName
{
color: #C8F5FF;
}
</style>
background-color css
<style>
a { background-color: #C8F5FF; }
a { background-color: rgb(200,245,255); }
div.DivClassName
{
background-color: #C8F5FF;
}
.BgClassName
{
background-color: #C8F5FF;
}
</style>
border-color css
<style>
span { border-color: #C8F5FF; }
span { border-color: rgb(200,245,255); }
td.TdClassName
{
border-color: #C8F5FF;
}
.TagClassName
{
border-color: #C8F5FF;
}
</style>