Shades of Onahau #C0EFF3
Tints of Onahau #C0EFF3
RGB
CMYK
RGB Variations
Color information
#C0EFF3 (or 0xC0EFF3) is known color: Onahau. HEX triplet: C0, EF and F3. RGB value is (192,239,243). Sum of RGB (Red+Green+Blue) = 192+239+243=674 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.49% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 243 (95.31% from 255 or 36.05% from 674); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EFF3 is #3F100C. Grayscale: #E1E1E1. Windows color (decimal): -4132877 or 15986624. OLE color: 15986624.
HSL color Cylindrical-coordinate representation of color #C0EFF3: hue angle of 184.71º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0EFF3 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 239 | 243 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.05 |
| HSL | 184.71º | 0.68% | 0.85% | - |
| HSV(B) | 184.71º | 0.21% | 0.95% | - |
| XYZ | 68.78 | 79.41 | 96.5 | - |
| YUV | 225.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 239 | 243 | 0.21 | 0.02 | 0 | 0.05 | 184.71 | 0.68 | 0.85 |
| Hex | C0 | EF | F3 | 15 | 2 | 0 | 5 | B9 | 44 | 55 |
| Octal | 300 | 357 | 363 | 25 | 2 | 0 | 5 | 271 | 104 | 125 |
| Binary | 11000000 | 11101111 | 11110011 | 10101 | 10 | 0 | 101 | 10111001 | 1000100 | 1010101 |
Color Harmonies of #C0EFF3
Complementary color
Monochromatic Colors of #C0EFF3
Black with #C0EFF3
Text Example
Text Example
White with #C0EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EFF3; }
p { color: rgb(192,239,243); }
H1.HeaderClassName
{
color: #C0EFF3;
}
.AnyTagClassName
{
color: #C0EFF3;
}
</style>
background-color css
<style>
a { background-color: #C0EFF3; }
a { background-color: rgb(192,239,243); }
div.DivClassName
{
background-color: #C0EFF3;
}
.BgClassName
{
background-color: #C0EFF3;
}
</style>
border-color css
<style>
span { border-color: #C0EFF3; }
span { border-color: rgb(192,239,243); }
td.TdClassName
{
border-color: #C0EFF3;
}
.TagClassName
{
border-color: #C0EFF3;
}
</style>