Shades of Onahau #C9F7FF
Tints of Onahau #C9F7FF
RGB
CMYK
RGB Variations
Color information
#C9F7FF (or 0xC9F7FF) is known color: Onahau. HEX triplet: C9, F7 and FF. RGB value is (201,247,255). Sum of RGB (Red+Green+Blue) = 201+247+255=703 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.59% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9F7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F7FF is #360800. Grayscale: #EAEAEA. Windows color (decimal): -3540993 or 16775113. OLE color: 16775113.
HSL color Cylindrical-coordinate representation of color #C9F7FF: hue angle of 188.89º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F7FF is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 247 | 255 | - |
| CMYK | 0.21 | 0.03 | 0 | 0 |
| HSL | 188.89º | 1% | 0.89% | - |
| HSV(B) | 188.89º | 0.21% | 1% | - |
| XYZ | 75.4 | 86.16 | 107.26 | - |
| YUV | 234.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 255 | 0.21 | 0.03 | 0 | 0 | 188.89 | 1 | 0.89 |
| Hex | C9 | F7 | FF | 15 | 3 | 0 | 0 | BD | 64 | 59 |
| Octal | 311 | 367 | 377 | 25 | 3 | 0 | 0 | 275 | 144 | 131 |
| Binary | 11001001 | 11110111 | 11111111 | 10101 | 11 | 0 | 0 | 10111101 | 1100100 | 1011001 |
Color Harmonies of #C9F7FF
Complementary color
Monochromatic Colors of #C9F7FF
Black with #C9F7FF
Text Example
Text Example
White with #C9F7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F7FF; }
p { color: rgb(201,247,255); }
H1.HeaderClassName
{
color: #C9F7FF;
}
.AnyTagClassName
{
color: #C9F7FF;
}
</style>
background-color css
<style>
a { background-color: #C9F7FF; }
a { background-color: rgb(201,247,255); }
div.DivClassName
{
background-color: #C9F7FF;
}
.BgClassName
{
background-color: #C9F7FF;
}
</style>
border-color css
<style>
span { border-color: #C9F7FF; }
span { border-color: rgb(201,247,255); }
td.TdClassName
{
border-color: #C9F7FF;
}
.TagClassName
{
border-color: #C9F7FF;
}
</style>