Shades of Onahau #C0DFEB
Tints of Onahau #C0DFEB
RGB
CMYK
RGB Variations
Color information
#C0DFEB (or 0xC0DFEB) is known color: Onahau. HEX triplet: C0, DF and EB. RGB value is (192,223,235). Sum of RGB (Red+Green+Blue) = 192+223+235=650 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.54% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0DFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DFEB is #3F2014. Grayscale: #D7D7D7. Windows color (decimal): -4136981 or 15458240. OLE color: 15458240.
HSL color Cylindrical-coordinate representation of color #C0DFEB: hue angle of 196.74º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0DFEB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 223 | 235 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.08 |
| HSL | 196.74º | 0.52% | 0.84% | - |
| HSV(B) | 196.74º | 0.18% | 0.92% | - |
| XYZ | 63.12 | 69.98 | 88.78 | - |
| YUV | 215.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 223 | 235 | 0.18 | 0.05 | 0 | 0.08 | 196.74 | 0.52 | 0.84 |
| Hex | C0 | DF | EB | 12 | 5 | 0 | 8 | C5 | 34 | 54 |
| Octal | 300 | 337 | 353 | 22 | 5 | 0 | 10 | 305 | 64 | 124 |
| Binary | 11000000 | 11011111 | 11101011 | 10010 | 101 | 0 | 1000 | 11000101 | 110100 | 1010100 |
Color Harmonies of #C0DFEB
Complementary color
Monochromatic Colors of #C0DFEB
Black with #C0DFEB
Text Example
Text Example
White with #C0DFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFEB; }
p { color: rgb(192,223,235); }
H1.HeaderClassName
{
color: #C0DFEB;
}
.AnyTagClassName
{
color: #C0DFEB;
}
</style>
background-color css
<style>
a { background-color: #C0DFEB; }
a { background-color: rgb(192,223,235); }
div.DivClassName
{
background-color: #C0DFEB;
}
.BgClassName
{
background-color: #C0DFEB;
}
</style>
border-color css
<style>
span { border-color: #C0DFEB; }
span { border-color: rgb(192,223,235); }
td.TdClassName
{
border-color: #C0DFEB;
}
.TagClassName
{
border-color: #C0DFEB;
}
</style>