Shades of Onahau #C0F3FB
Tints of Onahau #C0F3FB
RGB
CMYK
RGB Variations
Color information
#C0F3FB (or 0xC0F3FB) is known color: Onahau. HEX triplet: C0, F3 and FB. RGB value is (192,243,251). Sum of RGB (Red+Green+Blue) = 192+243+251=686 (90% of max value = 765). Red value is 192 (75.39% from 255 or 27.99% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 251 (98.44% from 255 or 36.59% from 686); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0F3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0F3FB is #3F0C04. Grayscale: #E4E4E4. Windows color (decimal): -4131845 or 16511936. OLE color: 16511936.
HSL color Cylindrical-coordinate representation of color #C0F3FB: hue angle of 188.14º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0F3FB is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 243 | 251 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.02 |
| HSL | 188.14º | 0.88% | 0.87% | - |
| HSV(B) | 188.14º | 0.24% | 0.98% | - |
| XYZ | 71.2 | 82.27 | 103.39 | - |
| YUV | 228.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 251 | 0.24 | 0.03 | 0 | 0.02 | 188.14 | 0.88 | 0.87 |
| Hex | C0 | F3 | FB | 18 | 3 | 0 | 2 | BC | 58 | 57 |
| Octal | 300 | 363 | 373 | 30 | 3 | 0 | 2 | 274 | 130 | 127 |
| Binary | 11000000 | 11110011 | 11111011 | 11000 | 11 | 0 | 10 | 10111100 | 1011000 | 1010111 |
Color Harmonies of #C0F3FB
Complementary color
Monochromatic Colors of #C0F3FB
Black with #C0F3FB
Text Example
Text Example
White with #C0F3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3FB; }
p { color: rgb(192,243,251); }
H1.HeaderClassName
{
color: #C0F3FB;
}
.AnyTagClassName
{
color: #C0F3FB;
}
</style>
background-color css
<style>
a { background-color: #C0F3FB; }
a { background-color: rgb(192,243,251); }
div.DivClassName
{
background-color: #C0F3FB;
}
.BgClassName
{
background-color: #C0F3FB;
}
</style>
border-color css
<style>
span { border-color: #C0F3FB; }
span { border-color: rgb(192,243,251); }
td.TdClassName
{
border-color: #C0F3FB;
}
.TagClassName
{
border-color: #C0F3FB;
}
</style>