Shades of Onahau #C3E9EF
Tints of Onahau #C3E9EF
RGB
CMYK
RGB Variations
Color information
#C3E9EF (or 0xC3E9EF) is known color: Onahau. HEX triplet: C3, E9 and EF. RGB value is (195,233,239). Sum of RGB (Red+Green+Blue) = 195+233+239=667 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.24% from 667); Green value is 233 (91.41% from 255 or 34.93% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3E9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E9EF is #3C1610. Grayscale: #DEDEDE. Windows color (decimal): -3937809 or 15722947. OLE color: 15722947.
HSL color Cylindrical-coordinate representation of color #C3E9EF: hue angle of 188.18º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C3E9EF is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 233 | 239 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.06 |
| HSL | 188.18º | 0.58% | 0.85% | - |
| HSV(B) | 188.18º | 0.18% | 0.94% | - |
| XYZ | 67.22 | 76.11 | 92.81 | - |
| YUV | 222.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 239 | 0.18 | 0.03 | 0 | 0.06 | 188.18 | 0.58 | 0.85 |
| Hex | C3 | E9 | EF | 12 | 3 | 0 | 6 | BC | 3A | 55 |
| Octal | 303 | 351 | 357 | 22 | 3 | 0 | 6 | 274 | 72 | 125 |
| Binary | 11000011 | 11101001 | 11101111 | 10010 | 11 | 0 | 110 | 10111100 | 111010 | 1010101 |
Color Harmonies of #C3E9EF
Complementary color
Monochromatic Colors of #C3E9EF
Black with #C3E9EF
Text Example
Text Example
White with #C3E9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E9EF; }
p { color: rgb(195,233,239); }
H1.HeaderClassName
{
color: #C3E9EF;
}
.AnyTagClassName
{
color: #C3E9EF;
}
</style>
background-color css
<style>
a { background-color: #C3E9EF; }
a { background-color: rgb(195,233,239); }
div.DivClassName
{
background-color: #C3E9EF;
}
.BgClassName
{
background-color: #C3E9EF;
}
</style>
border-color css
<style>
span { border-color: #C3E9EF; }
span { border-color: rgb(195,233,239); }
td.TdClassName
{
border-color: #C3E9EF;
}
.TagClassName
{
border-color: #C3E9EF;
}
</style>