Shades of Onahau #C0E6F3
Tints of Onahau #C0E6F3
RGB
CMYK
RGB Variations
Color information
#C0E6F3 (or 0xC0E6F3) is known color: Onahau. HEX triplet: C0, E6 and F3. RGB value is (192,230,243). Sum of RGB (Red+Green+Blue) = 192+230+243=665 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.87% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0E6F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0E6F3 is #3F190C. Grayscale: #DCDCDC. Windows color (decimal): -4135181 or 15984320. OLE color: 15984320.
HSL color Cylindrical-coordinate representation of color #C0E6F3: hue angle of 195.29º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0E6F3 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 230 | 243 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.05 |
| HSL | 195.29º | 0.68% | 0.85% | - |
| HSV(B) | 195.29º | 0.21% | 0.95% | - |
| XYZ | 66.21 | 74.27 | 95.64 | - |
| YUV | 220.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 230 | 243 | 0.21 | 0.05 | 0 | 0.05 | 195.29 | 0.68 | 0.85 |
| Hex | C0 | E6 | F3 | 15 | 5 | 0 | 5 | C3 | 44 | 55 |
| Octal | 300 | 346 | 363 | 25 | 5 | 0 | 5 | 303 | 104 | 125 |
| Binary | 11000000 | 11100110 | 11110011 | 10101 | 101 | 0 | 101 | 11000011 | 1000100 | 1010101 |
Color Harmonies of #C0E6F3
Complementary color
Monochromatic Colors of #C0E6F3
Black with #C0E6F3
Text Example
Text Example
White with #C0E6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E6F3; }
p { color: rgb(192,230,243); }
H1.HeaderClassName
{
color: #C0E6F3;
}
.AnyTagClassName
{
color: #C0E6F3;
}
</style>
background-color css
<style>
a { background-color: #C0E6F3; }
a { background-color: rgb(192,230,243); }
div.DivClassName
{
background-color: #C0E6F3;
}
.BgClassName
{
background-color: #C0E6F3;
}
</style>
border-color css
<style>
span { border-color: #C0E6F3; }
span { border-color: rgb(192,230,243); }
td.TdClassName
{
border-color: #C0E6F3;
}
.TagClassName
{
border-color: #C0E6F3;
}
</style>