Shades of Onahau #C3E3EB
Tints of Onahau #C3E3EB
RGB
CMYK
RGB Variations
Color information
#C3E3EB (or 0xC3E3EB) is known color: Onahau. HEX triplet: C3, E3 and EB. RGB value is (195,227,235). Sum of RGB (Red+Green+Blue) = 195+227+235=657 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.68% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 235 - color contains mainly: blue. Hex color #C3E3EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E3EB is #3C1C14. Grayscale: #DADADA. Windows color (decimal): -3939349 or 15459267. OLE color: 15459267.
HSL color Cylindrical-coordinate representation of color #C3E3EB: hue angle of 192º degrees, saturation: 0.5, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3E3EB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 227 | 235 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.08 |
| HSL | 192º | 0.5% | 0.84% | - |
| HSV(B) | 192º | 0.17% | 0.92% | - |
| XYZ | 64.97 | 72.54 | 89.17 | - |
| YUV | 218.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 235 | 0.17 | 0.03 | 0 | 0.08 | 192 | 0.5 | 0.84 |
| Hex | C3 | E3 | EB | 11 | 3 | 0 | 8 | C0 | 32 | 54 |
| Octal | 303 | 343 | 353 | 21 | 3 | 0 | 10 | 300 | 62 | 124 |
| Binary | 11000011 | 11100011 | 11101011 | 10001 | 11 | 0 | 1000 | 11000000 | 110010 | 1010100 |
Color Harmonies of #C3E3EB
Complementary color
Monochromatic Colors of #C3E3EB
Black with #C3E3EB
Text Example
Text Example
White with #C3E3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E3EB; }
p { color: rgb(195,227,235); }
H1.HeaderClassName
{
color: #C3E3EB;
}
.AnyTagClassName
{
color: #C3E3EB;
}
</style>
background-color css
<style>
a { background-color: #C3E3EB; }
a { background-color: rgb(195,227,235); }
div.DivClassName
{
background-color: #C3E3EB;
}
.BgClassName
{
background-color: #C3E3EB;
}
</style>
border-color css
<style>
span { border-color: #C3E3EB; }
span { border-color: rgb(195,227,235); }
td.TdClassName
{
border-color: #C3E3EB;
}
.TagClassName
{
border-color: #C3E3EB;
}
</style>