Shades of Onahau #C6E4ED
Tints of Onahau #C6E4ED
RGB
CMYK
RGB Variations
Color information
#C6E4ED (or 0xC6E4ED) is known color: Onahau. HEX triplet: C6, E4 and ED. RGB value is (198,228,237). Sum of RGB (Red+Green+Blue) = 198+228+237=663 (87% of max value = 765). Red value is 198 (77.73% from 255 or 29.86% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6E4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6E4ED is #391B12. Grayscale: #DBDBDB. Windows color (decimal): -3742483 or 15590598. OLE color: 15590598.
HSL color Cylindrical-coordinate representation of color #C6E4ED: hue angle of 193.85º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6E4ED is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 228 | 237 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.07 |
| HSL | 193.85º | 0.52% | 0.85% | - |
| HSV(B) | 193.85º | 0.16% | 0.93% | - |
| XYZ | 66.32 | 73.61 | 90.83 | - |
| YUV | 220.06 | 137.56 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 228 | 237 | 0.16 | 0.04 | 0 | 0.07 | 193.85 | 0.52 | 0.85 |
| Hex | C6 | E4 | ED | 10 | 4 | 0 | 7 | C2 | 34 | 55 |
| Octal | 306 | 344 | 355 | 20 | 4 | 0 | 7 | 302 | 64 | 125 |
| Binary | 11000110 | 11100100 | 11101101 | 10000 | 100 | 0 | 111 | 11000010 | 110100 | 1010101 |
Color Harmonies of #C6E4ED
Complementary color
Monochromatic Colors of #C6E4ED
Black with #C6E4ED
Text Example
Text Example
White with #C6E4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E4ED; }
p { color: rgb(198,228,237); }
H1.HeaderClassName
{
color: #C6E4ED;
}
.AnyTagClassName
{
color: #C6E4ED;
}
</style>
background-color css
<style>
a { background-color: #C6E4ED; }
a { background-color: rgb(198,228,237); }
div.DivClassName
{
background-color: #C6E4ED;
}
.BgClassName
{
background-color: #C6E4ED;
}
</style>
border-color css
<style>
span { border-color: #C6E4ED; }
span { border-color: rgb(198,228,237); }
td.TdClassName
{
border-color: #C6E4ED;
}
.TagClassName
{
border-color: #C6E4ED;
}
</style>