Shades of Onahau #C6F9FE
Tints of Onahau #C6F9FE
RGB
CMYK
RGB Variations
Color information
#C6F9FE (or 0xC6F9FE) is known color: Onahau. HEX triplet: C6, F9 and FE. RGB value is (198,249,254). Sum of RGB (Red+Green+Blue) = 198+249+254=701 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.25% from 701); Green value is 249 (97.66% from 255 or 35.52% from 701); Blue value is 254 (99.61% from 255 or 36.23% from 701); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F9FE is #390601. Grayscale: #EAEAEA. Windows color (decimal): -3737090 or 16710086. OLE color: 16710086.
HSL color Cylindrical-coordinate representation of color #C6F9FE: hue angle of 185.36º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6F9FE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 249 | 254 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.00 |
| HSL | 185.36º | 0.97% | 0.89% | - |
| HSV(B) | 185.36º | 0.22% | 1% | - |
| XYZ | 75.05 | 86.91 | 106.59 | - |
| YUV | 234.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 249 | 254 | 0.22 | 0.02 | 0 | 0.00 | 185.36 | 0.97 | 0.89 |
| Hex | C6 | F9 | FE | 16 | 2 | 0 | 0 | B9 | 61 | 59 |
| Octal | 306 | 371 | 376 | 26 | 2 | 0 | 0 | 271 | 141 | 131 |
| Binary | 11000110 | 11111001 | 11111110 | 10110 | 10 | 0 | 0 | 10111001 | 1100001 | 1011001 |
Color Harmonies of #C6F9FE
Complementary color
Monochromatic Colors of #C6F9FE
Black with #C6F9FE
Text Example
Text Example
White with #C6F9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F9FE; }
p { color: rgb(198,249,254); }
H1.HeaderClassName
{
color: #C6F9FE;
}
.AnyTagClassName
{
color: #C6F9FE;
}
</style>
background-color css
<style>
a { background-color: #C6F9FE; }
a { background-color: rgb(198,249,254); }
div.DivClassName
{
background-color: #C6F9FE;
}
.BgClassName
{
background-color: #C6F9FE;
}
</style>
border-color css
<style>
span { border-color: #C6F9FE; }
span { border-color: rgb(198,249,254); }
td.TdClassName
{
border-color: #C6F9FE;
}
.TagClassName
{
border-color: #C6F9FE;
}
</style>