Shades of Onahau #C9ECF3
Tints of Onahau #C9ECF3
RGB
CMYK
RGB Variations
Color information
#C9ECF3 (or 0xC9ECF3) is known color: Onahau. HEX triplet: C9, EC and F3. RGB value is (201,236,243). Sum of RGB (Red+Green+Blue) = 201+236+243=680 (90% of max value = 765). Red value is 201 (78.91% from 255 or 29.56% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 243 (95.31% from 255 or 35.74% from 680); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9ECF3 is #36130C. Grayscale: #E2E2E2. Windows color (decimal): -3543821 or 15985865. OLE color: 15985865.
HSL color Cylindrical-coordinate representation of color #C9ECF3: hue angle of 190º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9ECF3 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 236 | 243 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.05 |
| HSL | 190º | 0.64% | 0.87% | - |
| HSV(B) | 190º | 0.17% | 0.95% | - |
| XYZ | 70.26 | 78.88 | 96.32 | - |
| YUV | 226.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 243 | 0.17 | 0.03 | 0 | 0.05 | 190 | 0.64 | 0.87 |
| Hex | C9 | EC | F3 | 11 | 3 | 0 | 5 | BE | 40 | 57 |
| Octal | 311 | 354 | 363 | 21 | 3 | 0 | 5 | 276 | 100 | 127 |
| Binary | 11001001 | 11101100 | 11110011 | 10001 | 11 | 0 | 101 | 10111110 | 1000000 | 1010111 |
Color Harmonies of #C9ECF3
Complementary color
Monochromatic Colors of #C9ECF3
Black with #C9ECF3
Text Example
Text Example
White with #C9ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ECF3; }
p { color: rgb(201,236,243); }
H1.HeaderClassName
{
color: #C9ECF3;
}
.AnyTagClassName
{
color: #C9ECF3;
}
</style>
background-color css
<style>
a { background-color: #C9ECF3; }
a { background-color: rgb(201,236,243); }
div.DivClassName
{
background-color: #C9ECF3;
}
.BgClassName
{
background-color: #C9ECF3;
}
</style>
border-color css
<style>
span { border-color: #C9ECF3; }
span { border-color: rgb(201,236,243); }
td.TdClassName
{
border-color: #C9ECF3;
}
.TagClassName
{
border-color: #C9ECF3;
}
</style>