Shades of Onahau #C0DFE3
Tints of Onahau #C0DFE3
RGB
CMYK
RGB Variations
Color information
#C0DFE3 (or 0xC0DFE3) is known color: Onahau. HEX triplet: C0, DF and E3. RGB value is (192,223,227). Sum of RGB (Red+Green+Blue) = 192+223+227=642 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.91% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #C0DFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFE3 is #3F201C. Grayscale: #D6D6D6. Windows color (decimal): -4136989 or 14933952. OLE color: 14933952.
HSL color Cylindrical-coordinate representation of color #C0DFE3: hue angle of 186.86º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0DFE3 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 223 | 227 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.11 |
| HSL | 186.86º | 0.38% | 0.82% | - |
| HSV(B) | 186.86º | 0.15% | 0.89% | - |
| XYZ | 61.99 | 69.53 | 82.83 | - |
| YUV | 214.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 227 | 0.15 | 0.02 | 0 | 0.11 | 186.86 | 0.38 | 0.82 |
| Hex | C0 | DF | E3 | F | 2 | 0 | B | BB | 26 | 52 |
| Octal | 300 | 337 | 343 | 17 | 2 | 0 | 13 | 273 | 46 | 122 |
| Binary | 11000000 | 11011111 | 11100011 | 1111 | 10 | 0 | 1011 | 10111011 | 100110 | 1010010 |
Color Harmonies of #C0DFE3
Complementary color
Monochromatic Colors of #C0DFE3
Black with #C0DFE3
Text Example
Text Example
White with #C0DFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFE3; }
p { color: rgb(192,223,227); }
H1.HeaderClassName
{
color: #C0DFE3;
}
.AnyTagClassName
{
color: #C0DFE3;
}
</style>
background-color css
<style>
a { background-color: #C0DFE3; }
a { background-color: rgb(192,223,227); }
div.DivClassName
{
background-color: #C0DFE3;
}
.BgClassName
{
background-color: #C0DFE3;
}
</style>
border-color css
<style>
span { border-color: #C0DFE3; }
span { border-color: rgb(192,223,227); }
td.TdClassName
{
border-color: #C0DFE3;
}
.TagClassName
{
border-color: #C0DFE3;
}
</style>