Shades of Onahau #C3F0FB
Tints of Onahau #C3F0FB
RGB
CMYK
RGB Variations
Color information
#C3F0FB (or 0xC3F0FB) is known color: Onahau. HEX triplet: C3, F0 and FB. RGB value is (195,240,251). Sum of RGB (Red+Green+Blue) = 195+240+251=686 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.43% from 686); Green value is 240 (94.14% from 255 or 34.99% 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 #C3F0FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0FB is #3C0F04. Grayscale: #E3E3E3. Windows color (decimal): -3936005 or 16511171. OLE color: 16511171.
HSL color Cylindrical-coordinate representation of color #C3F0FB: hue angle of 191.79º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3F0FB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 240 | 251 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.02 |
| HSL | 191.79º | 0.88% | 0.87% | - |
| HSV(B) | 191.79º | 0.22% | 0.98% | - |
| XYZ | 71.08 | 80.89 | 103.13 | - |
| YUV | 227.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 251 | 0.22 | 0.04 | 0 | 0.02 | 191.79 | 0.88 | 0.87 |
| Hex | C3 | F0 | FB | 16 | 4 | 0 | 2 | C0 | 58 | 57 |
| Octal | 303 | 360 | 373 | 26 | 4 | 0 | 2 | 300 | 130 | 127 |
| Binary | 11000011 | 11110000 | 11111011 | 10110 | 100 | 0 | 10 | 11000000 | 1011000 | 1010111 |
Color Harmonies of #C3F0FB
Complementary color
Monochromatic Colors of #C3F0FB
Black with #C3F0FB
Text Example
Text Example
White with #C3F0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0FB; }
p { color: rgb(195,240,251); }
H1.HeaderClassName
{
color: #C3F0FB;
}
.AnyTagClassName
{
color: #C3F0FB;
}
</style>
background-color css
<style>
a { background-color: #C3F0FB; }
a { background-color: rgb(195,240,251); }
div.DivClassName
{
background-color: #C3F0FB;
}
.BgClassName
{
background-color: #C3F0FB;
}
</style>
border-color css
<style>
span { border-color: #C3F0FB; }
span { border-color: rgb(195,240,251); }
td.TdClassName
{
border-color: #C3F0FB;
}
.TagClassName
{
border-color: #C3F0FB;
}
</style>