Shades of Onahau #C3E7EA
Tints of Onahau #C3E7EA
RGB
CMYK
RGB Variations
Color information
#C3E7EA (or 0xC3E7EA) is known color: Onahau. HEX triplet: C3, E7 and EA. RGB value is (195,231,234). Sum of RGB (Red+Green+Blue) = 195+231+234=660 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.55% from 660); Green value is 231 (90.62% from 255 or 35% from 660); Blue value is 234 (91.80% from 255 or 35.45% from 660); Max value from RGB is 234 - color contains mainly: blue. Hex color #C3E7EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3E7EA is #3C1815. Grayscale: #DCDCDC. Windows color (decimal): -3938326 or 15394755. OLE color: 15394755.
HSL color Cylindrical-coordinate representation of color #C3E7EA: hue angle of 184.62º degrees, saturation: 0.48, 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 #C3E7EA is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 231 | 234 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.08 |
| HSL | 184.62º | 0.48% | 0.84% | - |
| HSV(B) | 184.62º | 0.17% | 0.92% | - |
| XYZ | 65.93 | 74.69 | 88.78 | - |
| YUV | 220.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 234 | 0.17 | 0.01 | 0 | 0.08 | 184.62 | 0.48 | 0.84 |
| Hex | C3 | E7 | EA | 11 | 1 | 0 | 8 | B9 | 30 | 54 |
| Octal | 303 | 347 | 352 | 21 | 1 | 0 | 10 | 271 | 60 | 124 |
| Binary | 11000011 | 11100111 | 11101010 | 10001 | 1 | 0 | 1000 | 10111001 | 110000 | 1010100 |
Color Harmonies of #C3E7EA
Complementary color
Monochromatic Colors of #C3E7EA
Black with #C3E7EA
Text Example
Text Example
White with #C3E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E7EA; }
p { color: rgb(195,231,234); }
H1.HeaderClassName
{
color: #C3E7EA;
}
.AnyTagClassName
{
color: #C3E7EA;
}
</style>
background-color css
<style>
a { background-color: #C3E7EA; }
a { background-color: rgb(195,231,234); }
div.DivClassName
{
background-color: #C3E7EA;
}
.BgClassName
{
background-color: #C3E7EA;
}
</style>
border-color css
<style>
span { border-color: #C3E7EA; }
span { border-color: rgb(195,231,234); }
td.TdClassName
{
border-color: #C3E7EA;
}
.TagClassName
{
border-color: #C3E7EA;
}
</style>