Shades of Onahau #C0F3FC
Tints of Onahau #C0F3FC
RGB
CMYK
RGB Variations
Color information
#C0F3FC (or 0xC0F3FC) is known color: Onahau. HEX triplet: C0, F3 and FC. RGB value is (192,243,252). Sum of RGB (Red+Green+Blue) = 192+243+252=687 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.95% from 687); Green value is 243 (95.31% from 255 or 35.37% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #C0F3FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3FC is #3F0C03. Grayscale: #E4E4E4. Windows color (decimal): -4131844 or 16577472. OLE color: 16577472.
HSL color Cylindrical-coordinate representation of color #C0F3FC: hue angle of 189º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F3FC is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 243 | 252 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.01 |
| HSL | 189º | 0.91% | 0.87% | - |
| HSV(B) | 189º | 0.24% | 0.99% | - |
| XYZ | 71.36 | 82.34 | 104.23 | - |
| YUV | 228.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 252 | 0.24 | 0.04 | 0 | 0.01 | 189 | 0.91 | 0.87 |
| Hex | C0 | F3 | FC | 18 | 4 | 0 | 1 | BD | 5B | 57 |
| Octal | 300 | 363 | 374 | 30 | 4 | 0 | 1 | 275 | 133 | 127 |
| Binary | 11000000 | 11110011 | 11111100 | 11000 | 100 | 0 | 1 | 10111101 | 1011011 | 1010111 |
Color Harmonies of #C0F3FC
Complementary color
Monochromatic Colors of #C0F3FC
Black with #C0F3FC
Text Example
Text Example
White with #C0F3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3FC; }
p { color: rgb(192,243,252); }
H1.HeaderClassName
{
color: #C0F3FC;
}
.AnyTagClassName
{
color: #C0F3FC;
}
</style>
background-color css
<style>
a { background-color: #C0F3FC; }
a { background-color: rgb(192,243,252); }
div.DivClassName
{
background-color: #C0F3FC;
}
.BgClassName
{
background-color: #C0F3FC;
}
</style>
border-color css
<style>
span { border-color: #C0F3FC; }
span { border-color: rgb(192,243,252); }
td.TdClassName
{
border-color: #C0F3FC;
}
.TagClassName
{
border-color: #C0F3FC;
}
</style>