Shades of Onahau #C9F5FA
Tints of Onahau #C9F5FA
RGB
CMYK
RGB Variations
Color information
#C9F5FA (or 0xC9F5FA) is known color: Onahau. HEX triplet: C9, F5 and FA. RGB value is (201,245,250). Sum of RGB (Red+Green+Blue) = 201+245+250=696 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.88% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 250 (98.05% from 255 or 35.92% from 696); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9F5FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F5FA is #360A05. Grayscale: #E8E8E8. Windows color (decimal): -3541510 or 16446921. OLE color: 16446921.
HSL color Cylindrical-coordinate representation of color #C9F5FA: hue angle of 186.12º 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 #C9F5FA is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 245 | 250 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.02 |
| HSL | 186.12º | 0.83% | 0.88% | - |
| HSV(B) | 186.12º | 0.2% | 0.98% | - |
| XYZ | 74 | 84.62 | 102.88 | - |
| YUV | 232.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 245 | 250 | 0.20 | 0.02 | 0 | 0.02 | 186.12 | 0.83 | 0.88 |
| Hex | C9 | F5 | FA | 14 | 2 | 0 | 2 | BA | 53 | 58 |
| Octal | 311 | 365 | 372 | 24 | 2 | 0 | 2 | 272 | 123 | 130 |
| Binary | 11001001 | 11110101 | 11111010 | 10100 | 10 | 0 | 10 | 10111010 | 1010011 | 1011000 |
Color Harmonies of #C9F5FA
Complementary color
Monochromatic Colors of #C9F5FA
Black with #C9F5FA
Text Example
Text Example
White with #C9F5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F5FA; }
p { color: rgb(201,245,250); }
H1.HeaderClassName
{
color: #C9F5FA;
}
.AnyTagClassName
{
color: #C9F5FA;
}
</style>
background-color css
<style>
a { background-color: #C9F5FA; }
a { background-color: rgb(201,245,250); }
div.DivClassName
{
background-color: #C9F5FA;
}
.BgClassName
{
background-color: #C9F5FA;
}
</style>
border-color css
<style>
span { border-color: #C9F5FA; }
span { border-color: rgb(201,245,250); }
td.TdClassName
{
border-color: #C9F5FA;
}
.TagClassName
{
border-color: #C9F5FA;
}
</style>