Shades of Onahau #C3E3EF
Tints of Onahau #C3E3EF
RGB
CMYK
RGB Variations
Color information
#C3E3EF (or 0xC3E3EF) is known color: Onahau. HEX triplet: C3, E3 and EF. RGB value is (195,227,239). Sum of RGB (Red+Green+Blue) = 195+227+239=661 (87% of max value = 765). Red value is 195 (76.56% from 255 or 29.50% from 661); Green value is 227 (89.06% from 255 or 34.34% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3E3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3E3EF is #3C1C10. Grayscale: #DADADA. Windows color (decimal): -3939345 or 15721411. OLE color: 15721411.
HSL color Cylindrical-coordinate representation of color #C3E3EF: hue angle of 196.36º 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 #C3E3EF is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 227 | 239 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.06 |
| HSL | 196.36º | 0.58% | 0.85% | - |
| HSV(B) | 196.36º | 0.18% | 0.94% | - |
| XYZ | 65.55 | 72.77 | 92.25 | - |
| YUV | 218.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 239 | 0.18 | 0.05 | 0 | 0.06 | 196.36 | 0.58 | 0.85 |
| Hex | C3 | E3 | EF | 12 | 5 | 0 | 6 | C4 | 3A | 55 |
| Octal | 303 | 343 | 357 | 22 | 5 | 0 | 6 | 304 | 72 | 125 |
| Binary | 11000011 | 11100011 | 11101111 | 10010 | 101 | 0 | 110 | 11000100 | 111010 | 1010101 |
Color Harmonies of #C3E3EF
Complementary color
Monochromatic Colors of #C3E3EF
Black with #C3E3EF
Text Example
Text Example
White with #C3E3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E3EF; }
p { color: rgb(195,227,239); }
H1.HeaderClassName
{
color: #C3E3EF;
}
.AnyTagClassName
{
color: #C3E3EF;
}
</style>
background-color css
<style>
a { background-color: #C3E3EF; }
a { background-color: rgb(195,227,239); }
div.DivClassName
{
background-color: #C3E3EF;
}
.BgClassName
{
background-color: #C3E3EF;
}
</style>
border-color css
<style>
span { border-color: #C3E3EF; }
span { border-color: rgb(195,227,239); }
td.TdClassName
{
border-color: #C3E3EF;
}
.TagClassName
{
border-color: #C3E3EF;
}
</style>