Shades of Onahau #C3F0FC
Tints of Onahau #C3F0FC
RGB
CMYK
RGB Variations
Color information
#C3F0FC (or 0xC3F0FC) is known color: Onahau. HEX triplet: C3, F0 and FC. RGB value is (195,240,252). Sum of RGB (Red+Green+Blue) = 195+240+252=687 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.38% from 687); Green value is 240 (94.14% from 255 or 34.93% 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 #C3F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0FC is #3C0F03. Grayscale: #E3E3E3. Windows color (decimal): -3936004 or 16576707. OLE color: 16576707.
HSL color Cylindrical-coordinate representation of color #C3F0FC: hue angle of 192.63º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3F0FC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 240 | 252 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.01 |
| HSL | 192.63º | 0.9% | 0.88% | - |
| HSV(B) | 192.63º | 0.23% | 0.99% | - |
| XYZ | 71.24 | 80.95 | 103.97 | - |
| YUV | 227.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 252 | 0.23 | 0.05 | 0 | 0.01 | 192.63 | 0.9 | 0.88 |
| Hex | C3 | F0 | FC | 17 | 5 | 0 | 1 | C1 | 5A | 58 |
| Octal | 303 | 360 | 374 | 27 | 5 | 0 | 1 | 301 | 132 | 130 |
| Binary | 11000011 | 11110000 | 11111100 | 10111 | 101 | 0 | 1 | 11000001 | 1011010 | 1011000 |
Color Harmonies of #C3F0FC
Complementary color
Monochromatic Colors of #C3F0FC
Black with #C3F0FC
Text Example
Text Example
White with #C3F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0FC; }
p { color: rgb(195,240,252); }
H1.HeaderClassName
{
color: #C3F0FC;
}
.AnyTagClassName
{
color: #C3F0FC;
}
</style>
background-color css
<style>
a { background-color: #C3F0FC; }
a { background-color: rgb(195,240,252); }
div.DivClassName
{
background-color: #C3F0FC;
}
.BgClassName
{
background-color: #C3F0FC;
}
</style>
border-color css
<style>
span { border-color: #C3F0FC; }
span { border-color: rgb(195,240,252); }
td.TdClassName
{
border-color: #C3F0FC;
}
.TagClassName
{
border-color: #C3F0FC;
}
</style>