Shades of Onahau #C8ECF3
Tints of Onahau #C8ECF3
RGB
CMYK
RGB Variations
Color information
#C8ECF3 (or 0xC8ECF3) is known color: Onahau. HEX triplet: C8, EC and F3. RGB value is (200,236,243). Sum of RGB (Red+Green+Blue) = 200+236+243=679 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.46% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 243 (95.31% from 255 or 35.79% from 679); Max value from RGB is 243 - color contains mainly: blue. Hex color #C8ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8ECF3 is #37130C. Grayscale: #E1E1E1. Windows color (decimal): -3609357 or 15985864. OLE color: 15985864.
HSL color Cylindrical-coordinate representation of color #C8ECF3: hue angle of 189.77º degrees, saturation: 0.64, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8ECF3 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 236 | 243 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.05 |
| HSL | 189.77º | 0.64% | 0.87% | - |
| HSV(B) | 189.77º | 0.18% | 0.95% | - |
| XYZ | 69.99 | 78.74 | 96.3 | - |
| YUV | 226.03 | 137.57 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 236 | 243 | 0.18 | 0.03 | 0 | 0.05 | 189.77 | 0.64 | 0.87 |
| Hex | C8 | EC | F3 | 12 | 3 | 0 | 5 | BE | 40 | 57 |
| Octal | 310 | 354 | 363 | 22 | 3 | 0 | 5 | 276 | 100 | 127 |
| Binary | 11001000 | 11101100 | 11110011 | 10010 | 11 | 0 | 101 | 10111110 | 1000000 | 1010111 |
Color Harmonies of #C8ECF3
Complementary color
Monochromatic Colors of #C8ECF3
Black with #C8ECF3
Text Example
Text Example
White with #C8ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ECF3; }
p { color: rgb(200,236,243); }
H1.HeaderClassName
{
color: #C8ECF3;
}
.AnyTagClassName
{
color: #C8ECF3;
}
</style>
background-color css
<style>
a { background-color: #C8ECF3; }
a { background-color: rgb(200,236,243); }
div.DivClassName
{
background-color: #C8ECF3;
}
.BgClassName
{
background-color: #C8ECF3;
}
</style>
border-color css
<style>
span { border-color: #C8ECF3; }
span { border-color: rgb(200,236,243); }
td.TdClassName
{
border-color: #C8ECF3;
}
.TagClassName
{
border-color: #C8ECF3;
}
</style>