Shades of Onahau #C0DEEE
Tints of Onahau #C0DEEE
RGB
CMYK
RGB Variations
Color information
#C0DEEE (or 0xC0DEEE) is known color: Onahau. HEX triplet: C0, DE and EE. RGB value is (192,222,238). Sum of RGB (Red+Green+Blue) = 192+222+238=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 222 (87.11% from 255 or 34.05% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #C0DEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0DEEE is #3F2111. Grayscale: #D6D6D6. Windows color (decimal): -4137234 or 15654592. OLE color: 15654592.
HSL color Cylindrical-coordinate representation of color #C0DEEE: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0DEEE is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 222 | 238 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.07 |
| HSL | 200.87º | 0.58% | 0.84% | - |
| HSV(B) | 200.87º | 0.19% | 0.93% | - |
| XYZ | 63.29 | 69.62 | 90.99 | - |
| YUV | 214.85 | 141.06 | 111.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 238 | 0.19 | 0.07 | 0 | 0.07 | 200.87 | 0.58 | 0.84 |
| Hex | C0 | DE | EE | 13 | 7 | 0 | 7 | C9 | 3A | 54 |
| Octal | 300 | 336 | 356 | 23 | 7 | 0 | 7 | 311 | 72 | 124 |
| Binary | 11000000 | 11011110 | 11101110 | 10011 | 111 | 0 | 111 | 11001001 | 111010 | 1010100 |
Color Harmonies of #C0DEEE
Complementary color
Monochromatic Colors of #C0DEEE
Black with #C0DEEE
Text Example
Text Example
White with #C0DEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEEE; }
p { color: rgb(192,222,238); }
H1.HeaderClassName
{
color: #C0DEEE;
}
.AnyTagClassName
{
color: #C0DEEE;
}
</style>
background-color css
<style>
a { background-color: #C0DEEE; }
a { background-color: rgb(192,222,238); }
div.DivClassName
{
background-color: #C0DEEE;
}
.BgClassName
{
background-color: #C0DEEE;
}
</style>
border-color css
<style>
span { border-color: #C0DEEE; }
span { border-color: rgb(192,222,238); }
td.TdClassName
{
border-color: #C0DEEE;
}
.TagClassName
{
border-color: #C0DEEE;
}
</style>