Shades of Onahau #C9F1FA
Tints of Onahau #C9F1FA
RGB
CMYK
RGB Variations
Color information
#C9F1FA (or 0xC9F1FA) is known color: Onahau. HEX triplet: C9, F1 and FA. RGB value is (201,241,250). Sum of RGB (Red+Green+Blue) = 201+241+250=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 241 (94.53% from 255 or 34.83% from 692); Blue value is 250 (98.05% from 255 or 36.13% from 692); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F1FA is #360E05. Grayscale: #E5E5E5. Windows color (decimal): -3542534 or 16445897. OLE color: 16445897.
HSL color Cylindrical-coordinate representation of color #C9F1FA: hue angle of 191.02º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F1FA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 241 | 250 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.02 |
| HSL | 191.02º | 0.83% | 0.88% | - |
| HSV(B) | 191.02º | 0.2% | 0.98% | - |
| XYZ | 72.8 | 82.23 | 102.48 | - |
| YUV | 230.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 250 | 0.20 | 0.04 | 0 | 0.02 | 191.02 | 0.83 | 0.88 |
| Hex | C9 | F1 | FA | 14 | 4 | 0 | 2 | BF | 53 | 58 |
| Octal | 311 | 361 | 372 | 24 | 4 | 0 | 2 | 277 | 123 | 130 |
| Binary | 11001001 | 11110001 | 11111010 | 10100 | 100 | 0 | 10 | 10111111 | 1010011 | 1011000 |
Color Harmonies of #C9F1FA
Complementary color
Monochromatic Colors of #C9F1FA
Black with #C9F1FA
Text Example
Text Example
White with #C9F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F1FA; }
p { color: rgb(201,241,250); }
H1.HeaderClassName
{
color: #C9F1FA;
}
.AnyTagClassName
{
color: #C9F1FA;
}
</style>
background-color css
<style>
a { background-color: #C9F1FA; }
a { background-color: rgb(201,241,250); }
div.DivClassName
{
background-color: #C9F1FA;
}
.BgClassName
{
background-color: #C9F1FA;
}
</style>
border-color css
<style>
span { border-color: #C9F1FA; }
span { border-color: rgb(201,241,250); }
td.TdClassName
{
border-color: #C9F1FA;
}
.TagClassName
{
border-color: #C9F1FA;
}
</style>