Shades of Onahau #C0F9FF
Tints of Onahau #C0F9FF
RGB
CMYK
RGB Variations
Color information
#C0F9FF (or 0xC0F9FF) is known color: Onahau. HEX triplet: C0, F9 and FF. RGB value is (192,249,255). Sum of RGB (Red+Green+Blue) = 192+249+255=696 (92% of max value = 765). Red value is 192 (75.39% from 255 or 27.59% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 255 (100% from 255 or 36.64% from 696); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F9FF is #3F0600. Grayscale: #E8E8E8. Windows color (decimal): -4130305 or 16775616. OLE color: 16775616.
HSL color Cylindrical-coordinate representation of color #C0F9FF: hue angle of 185.71º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0F9FF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 249 | 255 | - |
| CMYK | 0.25 | 0.02 | 0 | 0 |
| HSL | 185.71º | 1% | 0.88% | - |
| HSV(B) | 185.71º | 0.25% | 1% | - |
| XYZ | 73.66 | 86.18 | 107.36 | - |
| YUV | 232.64 | 140.62 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 249 | 255 | 0.25 | 0.02 | 0 | 0 | 185.71 | 1 | 0.88 |
| Hex | C0 | F9 | FF | 19 | 2 | 0 | 0 | BA | 64 | 58 |
| Octal | 300 | 371 | 377 | 31 | 2 | 0 | 0 | 272 | 144 | 130 |
| Binary | 11000000 | 11111001 | 11111111 | 11001 | 10 | 0 | 0 | 10111010 | 1100100 | 1011000 |
Color Harmonies of #C0F9FF
Complementary color
Monochromatic Colors of #C0F9FF
Black with #C0F9FF
Text Example
Text Example
White with #C0F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F9FF; }
p { color: rgb(192,249,255); }
H1.HeaderClassName
{
color: #C0F9FF;
}
.AnyTagClassName
{
color: #C0F9FF;
}
</style>
background-color css
<style>
a { background-color: #C0F9FF; }
a { background-color: rgb(192,249,255); }
div.DivClassName
{
background-color: #C0F9FF;
}
.BgClassName
{
background-color: #C0F9FF;
}
</style>
border-color css
<style>
span { border-color: #C0F9FF; }
span { border-color: rgb(192,249,255); }
td.TdClassName
{
border-color: #C0F9FF;
}
.TagClassName
{
border-color: #C0F9FF;
}
</style>