Shades of Onahau #C0F2FF
Tints of Onahau #C0F2FF
RGB
CMYK
RGB Variations
Color information
#C0F2FF (or 0xC0F2FF) is known color: Onahau. HEX triplet: C0, F2 and FF. RGB value is (192,242,255). Sum of RGB (Red+Green+Blue) = 192+242+255=689 (91% of max value = 765). Red value is 192 (75.39% from 255 or 27.87% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F2FF is #3F0D00. Grayscale: #E4E4E4. Windows color (decimal): -4132097 or 16773824. OLE color: 16773824.
HSL color Cylindrical-coordinate representation of color #C0F2FF: hue angle of 192.38º 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 #C0F2FF is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 242 | 255 | - |
| CMYK | 0.25 | 0.05 | 0 | 0 |
| HSL | 192.38º | 1% | 0.88% | - |
| HSV(B) | 192.38º | 0.25% | 1% | - |
| XYZ | 71.54 | 81.93 | 106.65 | - |
| YUV | 228.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 255 | 0.25 | 0.05 | 0 | 0 | 192.38 | 1 | 0.88 |
| Hex | C0 | F2 | FF | 19 | 5 | 0 | 0 | C0 | 64 | 58 |
| Octal | 300 | 362 | 377 | 31 | 5 | 0 | 0 | 300 | 144 | 130 |
| Binary | 11000000 | 11110010 | 11111111 | 11001 | 101 | 0 | 0 | 11000000 | 1100100 | 1011000 |
Color Harmonies of #C0F2FF
Complementary color
Monochromatic Colors of #C0F2FF
Black with #C0F2FF
Text Example
Text Example
White with #C0F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2FF; }
p { color: rgb(192,242,255); }
H1.HeaderClassName
{
color: #C0F2FF;
}
.AnyTagClassName
{
color: #C0F2FF;
}
</style>
background-color css
<style>
a { background-color: #C0F2FF; }
a { background-color: rgb(192,242,255); }
div.DivClassName
{
background-color: #C0F2FF;
}
.BgClassName
{
background-color: #C0F2FF;
}
</style>
border-color css
<style>
span { border-color: #C0F2FF; }
span { border-color: rgb(192,242,255); }
td.TdClassName
{
border-color: #C0F2FF;
}
.TagClassName
{
border-color: #C0F2FF;
}
</style>