Shades of Onahau #C6E3EB
Tints of Onahau #C6E3EB
RGB
CMYK
RGB Variations
Color information
#C6E3EB (or 0xC6E3EB) is known color: Onahau. HEX triplet: C6, E3 and EB. RGB value is (198,227,235). Sum of RGB (Red+Green+Blue) = 198+227+235=660 (87% of max value = 765). Red value is 198 (77.73% from 255 or 30% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #C6E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E3EB is #391C14. Grayscale: #DBDBDB. Windows color (decimal): -3742741 or 15459270. OLE color: 15459270.
HSL color Cylindrical-coordinate representation of color #C6E3EB: hue angle of 192.97º degrees, saturation: 0.48, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6E3EB is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 227 | 235 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.08 |
| HSL | 192.97º | 0.48% | 0.85% | - |
| HSV(B) | 192.97º | 0.16% | 0.92% | - |
| XYZ | 65.75 | 72.94 | 89.21 | - |
| YUV | 219.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 235 | 0.16 | 0.03 | 0 | 0.08 | 192.97 | 0.48 | 0.85 |
| Hex | C6 | E3 | EB | 10 | 3 | 0 | 8 | C1 | 30 | 55 |
| Octal | 306 | 343 | 353 | 20 | 3 | 0 | 10 | 301 | 60 | 125 |
| Binary | 11000110 | 11100011 | 11101011 | 10000 | 11 | 0 | 1000 | 11000001 | 110000 | 1010101 |
Color Harmonies of #C6E3EB
Complementary color
Monochromatic Colors of #C6E3EB
Black with #C6E3EB
Text Example
Text Example
White with #C6E3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E3EB; }
p { color: rgb(198,227,235); }
H1.HeaderClassName
{
color: #C6E3EB;
}
.AnyTagClassName
{
color: #C6E3EB;
}
</style>
background-color css
<style>
a { background-color: #C6E3EB; }
a { background-color: rgb(198,227,235); }
div.DivClassName
{
background-color: #C6E3EB;
}
.BgClassName
{
background-color: #C6E3EB;
}
</style>
border-color css
<style>
span { border-color: #C6E3EB; }
span { border-color: rgb(198,227,235); }
td.TdClassName
{
border-color: #C6E3EB;
}
.TagClassName
{
border-color: #C6E3EB;
}
</style>