Shades of Onahau #C6E0EA
Tints of Onahau #C6E0EA
RGB
CMYK
RGB Variations
Color information
#C6E0EA (or 0xC6E0EA) is known color: Onahau. HEX triplet: C6, E0 and EA. RGB value is (198,224,234). Sum of RGB (Red+Green+Blue) = 198+224+234=656 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.18% from 656); Green value is 224 (87.89% from 255 or 34.15% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E0EA is #391F15. Grayscale: #D9D9D9. Windows color (decimal): -3743510 or 15392966. OLE color: 15392966.
HSL color Cylindrical-coordinate representation of color #C6E0EA: hue angle of 196.67º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6E0EA is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 224 | 234 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.08 |
| HSL | 196.67º | 0.46% | 0.85% | - |
| HSV(B) | 196.67º | 0.15% | 0.92% | - |
| XYZ | 64.8 | 71.26 | 88.18 | - |
| YUV | 217.37 | 137.39 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 234 | 0.15 | 0.04 | 0 | 0.08 | 196.67 | 0.46 | 0.85 |
| Hex | C6 | E0 | EA | F | 4 | 0 | 8 | C5 | 2E | 55 |
| Octal | 306 | 340 | 352 | 17 | 4 | 0 | 10 | 305 | 56 | 125 |
| Binary | 11000110 | 11100000 | 11101010 | 1111 | 100 | 0 | 1000 | 11000101 | 101110 | 1010101 |
Color Harmonies of #C6E0EA
Complementary color
Monochromatic Colors of #C6E0EA
Black with #C6E0EA
Text Example
Text Example
White with #C6E0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E0EA; }
p { color: rgb(198,224,234); }
H1.HeaderClassName
{
color: #C6E0EA;
}
.AnyTagClassName
{
color: #C6E0EA;
}
</style>
background-color css
<style>
a { background-color: #C6E0EA; }
a { background-color: rgb(198,224,234); }
div.DivClassName
{
background-color: #C6E0EA;
}
.BgClassName
{
background-color: #C6E0EA;
}
</style>
border-color css
<style>
span { border-color: #C6E0EA; }
span { border-color: rgb(198,224,234); }
td.TdClassName
{
border-color: #C6E0EA;
}
.TagClassName
{
border-color: #C6E0EA;
}
</style>