Shades of Onahau #C6F9FF
Tints of Onahau #C6F9FF
RGB
CMYK
RGB Variations
Color information
#C6F9FF (or 0xC6F9FF) is known color: Onahau. HEX triplet: C6, F9 and FF. RGB value is (198,249,255). Sum of RGB (Red+Green+Blue) = 198+249+255=702 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.21% from 702); Green value is 249 (97.66% from 255 or 35.47% from 702); Blue value is 255 (100% from 255 or 36.32% from 702); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6F9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F9FF is #390600. Grayscale: #EAEAEA. Windows color (decimal): -3737089 or 16775622. OLE color: 16775622.
HSL color Cylindrical-coordinate representation of color #C6F9FF: hue angle of 186.32º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6F9FF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 249 | 255 | - |
| CMYK | 0.22 | 0.02 | 0 | 0 |
| HSL | 186.32º | 1% | 0.89% | - |
| HSV(B) | 186.32º | 0.22% | 1% | - |
| XYZ | 75.21 | 86.98 | 107.43 | - |
| YUV | 234.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 255 | 0.22 | 0.02 | 0 | 0 | 186.32 | 1 | 0.89 |
| Hex | C6 | F9 | FF | 16 | 2 | 0 | 0 | BA | 64 | 59 |
| Octal | 306 | 371 | 377 | 26 | 2 | 0 | 0 | 272 | 144 | 131 |
| Binary | 11000110 | 11111001 | 11111111 | 10110 | 10 | 0 | 0 | 10111010 | 1100100 | 1011001 |
Color Harmonies of #C6F9FF
Complementary color
Monochromatic Colors of #C6F9FF
Black with #C6F9FF
Text Example
Text Example
White with #C6F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F9FF; }
p { color: rgb(198,249,255); }
H1.HeaderClassName
{
color: #C6F9FF;
}
.AnyTagClassName
{
color: #C6F9FF;
}
</style>
background-color css
<style>
a { background-color: #C6F9FF; }
a { background-color: rgb(198,249,255); }
div.DivClassName
{
background-color: #C6F9FF;
}
.BgClassName
{
background-color: #C6F9FF;
}
</style>
border-color css
<style>
span { border-color: #C6F9FF; }
span { border-color: rgb(198,249,255); }
td.TdClassName
{
border-color: #C6F9FF;
}
.TagClassName
{
border-color: #C6F9FF;
}
</style>