Shades of Onahau #C3F0F6
Tints of Onahau #C3F0F6
RGB
CMYK
RGB Variations
Color information
#C3F0F6 (or 0xC3F0F6) is known color: Onahau. HEX triplet: C3, F0 and F6. RGB value is (195,240,246). Sum of RGB (Red+Green+Blue) = 195+240+246=681 (90% of max value = 765). Red value is 195 (76.56% from 255 or 28.63% from 681); Green value is 240 (94.14% from 255 or 35.24% from 681); Blue value is 246 (96.48% from 255 or 36.12% from 681); Max value from RGB is 246 - color contains mainly: blue. Hex color #C3F0F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0F6 is #3C0F09. Grayscale: #E3E3E3. Windows color (decimal): -3936010 or 16183491. OLE color: 16183491.
HSL color Cylindrical-coordinate representation of color #C3F0F6: hue angle of 187.06º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C3F0F6 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 240 | 246 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.04 |
| HSL | 187.06º | 0.74% | 0.86% | - |
| HSV(B) | 187.06º | 0.21% | 0.96% | - |
| XYZ | 70.3 | 80.58 | 99.04 | - |
| YUV | 227.23 | 138.59 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 246 | 0.21 | 0.02 | 0 | 0.04 | 187.06 | 0.74 | 0.86 |
| Hex | C3 | F0 | F6 | 15 | 2 | 0 | 4 | BB | 4A | 56 |
| Octal | 303 | 360 | 366 | 25 | 2 | 0 | 4 | 273 | 112 | 126 |
| Binary | 11000011 | 11110000 | 11110110 | 10101 | 10 | 0 | 100 | 10111011 | 1001010 | 1010110 |
Color Harmonies of #C3F0F6
Complementary color
Monochromatic Colors of #C3F0F6
Black with #C3F0F6
Text Example
Text Example
White with #C3F0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0F6; }
p { color: rgb(195,240,246); }
H1.HeaderClassName
{
color: #C3F0F6;
}
.AnyTagClassName
{
color: #C3F0F6;
}
</style>
background-color css
<style>
a { background-color: #C3F0F6; }
a { background-color: rgb(195,240,246); }
div.DivClassName
{
background-color: #C3F0F6;
}
.BgClassName
{
background-color: #C3F0F6;
}
</style>
border-color css
<style>
span { border-color: #C3F0F6; }
span { border-color: rgb(195,240,246); }
td.TdClassName
{
border-color: #C3F0F6;
}
.TagClassName
{
border-color: #C3F0F6;
}
</style>