Shades of Onahau #C9F1FC
Tints of Onahau #C9F1FC
RGB
CMYK
RGB Variations
Color information
#C9F1FC (or 0xC9F1FC) is known color: Onahau. HEX triplet: C9, F1 and FC. RGB value is (201,241,252). Sum of RGB (Red+Green+Blue) = 201+241+252=694 (91% of max value = 765). Red value is 201 (78.91% from 255 or 28.96% from 694); Green value is 241 (94.53% from 255 or 34.73% from 694); Blue value is 252 (98.83% from 255 or 36.31% from 694); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9F1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F1FC is #360E03. Grayscale: #E6E6E6. Windows color (decimal): -3542532 or 16576969. OLE color: 16576969.
HSL color Cylindrical-coordinate representation of color #C9F1FC: hue angle of 192.94º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F1FC is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 241 | 252 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.01 |
| HSL | 192.94º | 0.89% | 0.89% | - |
| HSV(B) | 192.94º | 0.2% | 0.99% | - |
| XYZ | 73.11 | 82.36 | 104.14 | - |
| YUV | 230.29 | 140.25 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 241 | 252 | 0.20 | 0.04 | 0 | 0.01 | 192.94 | 0.89 | 0.89 |
| Hex | C9 | F1 | FC | 14 | 4 | 0 | 1 | C1 | 59 | 59 |
| Octal | 311 | 361 | 374 | 24 | 4 | 0 | 1 | 301 | 131 | 131 |
| Binary | 11001001 | 11110001 | 11111100 | 10100 | 100 | 0 | 1 | 11000001 | 1011001 | 1011001 |
Color Harmonies of #C9F1FC
Complementary color
Monochromatic Colors of #C9F1FC
Black with #C9F1FC
Text Example
Text Example
White with #C9F1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F1FC; }
p { color: rgb(201,241,252); }
H1.HeaderClassName
{
color: #C9F1FC;
}
.AnyTagClassName
{
color: #C9F1FC;
}
</style>
background-color css
<style>
a { background-color: #C9F1FC; }
a { background-color: rgb(201,241,252); }
div.DivClassName
{
background-color: #C9F1FC;
}
.BgClassName
{
background-color: #C9F1FC;
}
</style>
border-color css
<style>
span { border-color: #C9F1FC; }
span { border-color: rgb(201,241,252); }
td.TdClassName
{
border-color: #C9F1FC;
}
.TagClassName
{
border-color: #C9F1FC;
}
</style>