Shades of Onahau #C6F8FC
Tints of Onahau #C6F8FC
RGB
CMYK
RGB Variations
Color information
#C6F8FC (or 0xC6F8FC) is known color: Onahau. HEX triplet: C6, F8 and FC. RGB value is (198,248,252). Sum of RGB (Red+Green+Blue) = 198+248+252=698 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.37% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6F8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F8FC is #390703. Grayscale: #E9E9E9. Windows color (decimal): -3737348 or 16578758. OLE color: 16578758.
HSL color Cylindrical-coordinate representation of color #C6F8FC: hue angle of 184.44º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6F8FC is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 198 | 248 | 252 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.01 |
| HSL | 184.44º | 0.9% | 0.88% | - |
| HSV(B) | 184.44º | 0.21% | 0.99% | - |
| XYZ | 74.43 | 86.17 | 104.81 | - |
| YUV | 233.51 | 138.44 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 248 | 252 | 0.21 | 0.02 | 0 | 0.01 | 184.44 | 0.9 | 0.88 |
| Hex | C6 | F8 | FC | 15 | 2 | 0 | 1 | B8 | 5A | 58 |
| Octal | 306 | 370 | 374 | 25 | 2 | 0 | 1 | 270 | 132 | 130 |
| Binary | 11000110 | 11111000 | 11111100 | 10101 | 10 | 0 | 1 | 10111000 | 1011010 | 1011000 |
Color Harmonies of #C6F8FC
Complementary color
Monochromatic Colors of #C6F8FC
Black with #C6F8FC
Text Example
Text Example
White with #C6F8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F8FC; }
p { color: rgb(198,248,252); }
H1.HeaderClassName
{
color: #C6F8FC;
}
.AnyTagClassName
{
color: #C6F8FC;
}
</style>
background-color css
<style>
a { background-color: #C6F8FC; }
a { background-color: rgb(198,248,252); }
div.DivClassName
{
background-color: #C6F8FC;
}
.BgClassName
{
background-color: #C6F8FC;
}
</style>
border-color css
<style>
span { border-color: #C6F8FC; }
span { border-color: rgb(198,248,252); }
td.TdClassName
{
border-color: #C6F8FC;
}
.TagClassName
{
border-color: #C6F8FC;
}
</style>