Shades of Onahau #C6F1FE
Tints of Onahau #C6F1FE
RGB
CMYK
RGB Variations
Color information
#C6F1FE (or 0xC6F1FE) is known color: Onahau. HEX triplet: C6, F1 and FE. RGB value is (198,241,254). Sum of RGB (Red+Green+Blue) = 198+241+254=693 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.57% from 693); Green value is 241 (94.53% from 255 or 34.78% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6F1FE is #390E01. Grayscale: #E5E5E5. Windows color (decimal): -3739138 or 16708038. OLE color: 16708038.
HSL color Cylindrical-coordinate representation of color #C6F1FE: hue angle of 193.93º 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 #C6F1FE is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 241 | 254 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.00 |
| HSL | 193.93º | 0.97% | 0.89% | - |
| HSV(B) | 193.93º | 0.22% | 1% | - |
| XYZ | 72.63 | 82.07 | 105.78 | - |
| YUV | 229.63 | 141.75 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 241 | 254 | 0.22 | 0.05 | 0 | 0.00 | 193.93 | 0.97 | 0.89 |
| Hex | C6 | F1 | FE | 16 | 5 | 0 | 0 | C2 | 61 | 59 |
| Octal | 306 | 361 | 376 | 26 | 5 | 0 | 0 | 302 | 141 | 131 |
| Binary | 11000110 | 11110001 | 11111110 | 10110 | 101 | 0 | 0 | 11000010 | 1100001 | 1011001 |
Color Harmonies of #C6F1FE
Complementary color
Monochromatic Colors of #C6F1FE
Black with #C6F1FE
Text Example
Text Example
White with #C6F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6F1FE; }
p { color: rgb(198,241,254); }
H1.HeaderClassName
{
color: #C6F1FE;
}
.AnyTagClassName
{
color: #C6F1FE;
}
</style>
background-color css
<style>
a { background-color: #C6F1FE; }
a { background-color: rgb(198,241,254); }
div.DivClassName
{
background-color: #C6F1FE;
}
.BgClassName
{
background-color: #C6F1FE;
}
</style>
border-color css
<style>
span { border-color: #C6F1FE; }
span { border-color: rgb(198,241,254); }
td.TdClassName
{
border-color: #C6F1FE;
}
.TagClassName
{
border-color: #C6F1FE;
}
</style>