Shades of Onahau #C0E6F8
Tints of Onahau #C0E6F8
RGB
CMYK
RGB Variations
Color information
#C0E6F8 (or 0xC0E6F8) is known color: Onahau. HEX triplet: C0, E6 and F8. RGB value is (192,230,248). Sum of RGB (Red+Green+Blue) = 192+230+248=670 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.66% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 248 (97.27% from 255 or 37.01% from 670); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0E6F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6F8 is #3F1907. Grayscale: #DCDCDC. Windows color (decimal): -4135176 or 16312000. OLE color: 16312000.
HSL color Cylindrical-coordinate representation of color #C0E6F8: hue angle of 199.29º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0E6F8 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 230 | 248 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.03 |
| HSL | 199.29º | 0.8% | 0.86% | - |
| HSV(B) | 199.29º | 0.23% | 0.97% | - |
| XYZ | 66.98 | 74.58 | 99.67 | - |
| YUV | 220.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 248 | 0.23 | 0.07 | 0 | 0.03 | 199.29 | 0.8 | 0.86 |
| Hex | C0 | E6 | F8 | 17 | 7 | 0 | 3 | C7 | 50 | 56 |
| Octal | 300 | 346 | 370 | 27 | 7 | 0 | 3 | 307 | 120 | 126 |
| Binary | 11000000 | 11100110 | 11111000 | 10111 | 111 | 0 | 11 | 11000111 | 1010000 | 1010110 |
Color Harmonies of #C0E6F8
Complementary color
Monochromatic Colors of #C0E6F8
Black with #C0E6F8
Text Example
Text Example
White with #C0E6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6F8; }
p { color: rgb(192,230,248); }
H1.HeaderClassName
{
color: #C0E6F8;
}
.AnyTagClassName
{
color: #C0E6F8;
}
</style>
background-color css
<style>
a { background-color: #C0E6F8; }
a { background-color: rgb(192,230,248); }
div.DivClassName
{
background-color: #C0E6F8;
}
.BgClassName
{
background-color: #C0E6F8;
}
</style>
border-color css
<style>
span { border-color: #C0E6F8; }
span { border-color: rgb(192,230,248); }
td.TdClassName
{
border-color: #C0E6F8;
}
.TagClassName
{
border-color: #C0E6F8;
}
</style>