Shades of Onahau #C3E1EC
Tints of Onahau #C3E1EC
RGB
CMYK
RGB Variations
Color information
#C3E1EC (or 0xC3E1EC) is known color: Onahau. HEX triplet: C3, E1 and EC. RGB value is (195,225,236). Sum of RGB (Red+Green+Blue) = 195+225+236=656 (86% of max value = 765). Red value is 195 (76.56% from 255 or 29.73% from 656); Green value is 225 (88.28% from 255 or 34.30% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3E1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E1EC is #3C1E13. Grayscale: #D9D9D9. Windows color (decimal): -3939860 or 15524291. OLE color: 15524291.
HSL color Cylindrical-coordinate representation of color #C3E1EC: hue angle of 196.1º degrees, saturation: 0.52, 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 #C3E1EC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 225 | 236 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.07 |
| HSL | 196.1º | 0.52% | 0.85% | - |
| HSV(B) | 196.1º | 0.17% | 0.93% | - |
| XYZ | 64.57 | 71.51 | 89.76 | - |
| YUV | 217.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 225 | 236 | 0.17 | 0.05 | 0 | 0.07 | 196.1 | 0.52 | 0.85 |
| Hex | C3 | E1 | EC | 11 | 5 | 0 | 7 | C4 | 34 | 55 |
| Octal | 303 | 341 | 354 | 21 | 5 | 0 | 7 | 304 | 64 | 125 |
| Binary | 11000011 | 11100001 | 11101100 | 10001 | 101 | 0 | 111 | 11000100 | 110100 | 1010101 |
Color Harmonies of #C3E1EC
Complementary color
Monochromatic Colors of #C3E1EC
Black with #C3E1EC
Text Example
Text Example
White with #C3E1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E1EC; }
p { color: rgb(195,225,236); }
H1.HeaderClassName
{
color: #C3E1EC;
}
.AnyTagClassName
{
color: #C3E1EC;
}
</style>
background-color css
<style>
a { background-color: #C3E1EC; }
a { background-color: rgb(195,225,236); }
div.DivClassName
{
background-color: #C3E1EC;
}
.BgClassName
{
background-color: #C3E1EC;
}
</style>
border-color css
<style>
span { border-color: #C3E1EC; }
span { border-color: rgb(195,225,236); }
td.TdClassName
{
border-color: #C3E1EC;
}
.TagClassName
{
border-color: #C3E1EC;
}
</style>