Shades of Onahau #C3ECFC
Tints of Onahau #C3ECFC
RGB
CMYK
RGB Variations
Color information
#C3ECFC (or 0xC3ECFC) is known color: Onahau. HEX triplet: C3, EC and FC. RGB value is (195,236,252). Sum of RGB (Red+Green+Blue) = 195+236+252=683 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.55% from 683); Green value is 236 (92.58% from 255 or 34.55% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #C3ECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3ECFC is #3C1303. Grayscale: #E1E1E1. Windows color (decimal): -3937028 or 16575683. OLE color: 16575683.
HSL color Cylindrical-coordinate representation of color #C3ECFC: hue angle of 196.84º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3ECFC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 236 | 252 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.01 |
| HSL | 196.84º | 0.9% | 0.88% | - |
| HSV(B) | 196.84º | 0.23% | 0.99% | - |
| XYZ | 70.07 | 78.62 | 103.58 | - |
| YUV | 225.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 252 | 0.23 | 0.06 | 0 | 0.01 | 196.84 | 0.9 | 0.88 |
| Hex | C3 | EC | FC | 17 | 6 | 0 | 1 | C5 | 5A | 58 |
| Octal | 303 | 354 | 374 | 27 | 6 | 0 | 1 | 305 | 132 | 130 |
| Binary | 11000011 | 11101100 | 11111100 | 10111 | 110 | 0 | 1 | 11000101 | 1011010 | 1011000 |
Color Harmonies of #C3ECFC
Complementary color
Monochromatic Colors of #C3ECFC
Black with #C3ECFC
Text Example
Text Example
White with #C3ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECFC; }
p { color: rgb(195,236,252); }
H1.HeaderClassName
{
color: #C3ECFC;
}
.AnyTagClassName
{
color: #C3ECFC;
}
</style>
background-color css
<style>
a { background-color: #C3ECFC; }
a { background-color: rgb(195,236,252); }
div.DivClassName
{
background-color: #C3ECFC;
}
.BgClassName
{
background-color: #C3ECFC;
}
</style>
border-color css
<style>
span { border-color: #C3ECFC; }
span { border-color: rgb(195,236,252); }
td.TdClassName
{
border-color: #C3ECFC;
}
.TagClassName
{
border-color: #C3ECFC;
}
</style>