Shades of Onahau #C6E3EE
Tints of Onahau #C6E3EE
RGB
CMYK
RGB Variations
Color information
#C6E3EE (or 0xC6E3EE) is known color: Onahau. HEX triplet: C6, E3 and EE. RGB value is (198,227,238). Sum of RGB (Red+Green+Blue) = 198+227+238=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 227 (89.06% from 255 or 34.24% from 663); Blue value is 238 (93.36% from 255 or 35.90% from 663); Max value from RGB is 238 - color contains mainly: blue. Hex color #C6E3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E3EE is #391C11. Grayscale: #DBDBDB. Windows color (decimal): -3742738 or 15655878. OLE color: 15655878.
HSL color Cylindrical-coordinate representation of color #C6E3EE: hue angle of 196.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C6E3EE is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 227 | 238 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.07 |
| HSL | 196.5º | 0.54% | 0.85% | - |
| HSV(B) | 196.5º | 0.17% | 0.93% | - |
| XYZ | 66.19 | 73.12 | 91.51 | - |
| YUV | 219.58 | 138.39 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 227 | 238 | 0.17 | 0.05 | 0 | 0.07 | 196.5 | 0.54 | 0.85 |
| Hex | C6 | E3 | EE | 11 | 5 | 0 | 7 | C4 | 36 | 55 |
| Octal | 306 | 343 | 356 | 21 | 5 | 0 | 7 | 304 | 66 | 125 |
| Binary | 11000110 | 11100011 | 11101110 | 10001 | 101 | 0 | 111 | 11000100 | 110110 | 1010101 |
Color Harmonies of #C6E3EE
Complementary color
Monochromatic Colors of #C6E3EE
Black with #C6E3EE
Text Example
Text Example
White with #C6E3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E3EE; }
p { color: rgb(198,227,238); }
H1.HeaderClassName
{
color: #C6E3EE;
}
.AnyTagClassName
{
color: #C6E3EE;
}
</style>
background-color css
<style>
a { background-color: #C6E3EE; }
a { background-color: rgb(198,227,238); }
div.DivClassName
{
background-color: #C6E3EE;
}
.BgClassName
{
background-color: #C6E3EE;
}
</style>
border-color css
<style>
span { border-color: #C6E3EE; }
span { border-color: rgb(198,227,238); }
td.TdClassName
{
border-color: #C6E3EE;
}
.TagClassName
{
border-color: #C6E3EE;
}
</style>