Shades of Onahau #C9F4FE
Tints of Onahau #C9F4FE
RGB
CMYK
RGB Variations
Color information
#C9F4FE (or 0xC9F4FE) is known color: Onahau. HEX triplet: C9, F4 and FE. RGB value is (201,244,254). Sum of RGB (Red+Green+Blue) = 201+244+254=699 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.76% from 699); Green value is 244 (95.70% from 255 or 34.91% from 699); Blue value is 254 (99.61% from 255 or 36.34% from 699); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F4FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F4FE is #360B01. Grayscale: #E8E8E8. Windows color (decimal): -3541762 or 16708809. OLE color: 16708809.
HSL color Cylindrical-coordinate representation of color #C9F4FE: hue angle of 191.32º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F4FE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 244 | 254 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.00 |
| HSL | 191.32º | 0.96% | 0.89% | - |
| HSV(B) | 191.32º | 0.21% | 1% | - |
| XYZ | 74.33 | 84.27 | 106.12 | - |
| YUV | 232.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 244 | 254 | 0.21 | 0.04 | 0 | 0.00 | 191.32 | 0.96 | 0.89 |
| Hex | C9 | F4 | FE | 15 | 4 | 0 | 0 | BF | 60 | 59 |
| Octal | 311 | 364 | 376 | 25 | 4 | 0 | 0 | 277 | 140 | 131 |
| Binary | 11001001 | 11110100 | 11111110 | 10101 | 100 | 0 | 0 | 10111111 | 1100000 | 1011001 |
Color Harmonies of #C9F4FE
Complementary color
Monochromatic Colors of #C9F4FE
Black with #C9F4FE
Text Example
Text Example
White with #C9F4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F4FE; }
p { color: rgb(201,244,254); }
H1.HeaderClassName
{
color: #C9F4FE;
}
.AnyTagClassName
{
color: #C9F4FE;
}
</style>
background-color css
<style>
a { background-color: #C9F4FE; }
a { background-color: rgb(201,244,254); }
div.DivClassName
{
background-color: #C9F4FE;
}
.BgClassName
{
background-color: #C9F4FE;
}
</style>
border-color css
<style>
span { border-color: #C9F4FE; }
span { border-color: rgb(201,244,254); }
td.TdClassName
{
border-color: #C9F4FE;
}
.TagClassName
{
border-color: #C9F4FE;
}
</style>