Shades of Onahau #C9EFF9
Tints of Onahau #C9EFF9
RGB
CMYK
RGB Variations
Color information
#C9EFF9 (or 0xC9EFF9) is known color: Onahau. HEX triplet: C9, EF and F9. RGB value is (201,239,249). Sum of RGB (Red+Green+Blue) = 201+239+249=689 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.17% from 689); Green value is 239 (93.75% from 255 or 34.69% from 689); Blue value is 249 (97.66% from 255 or 36.14% from 689); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9EFF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFF9 is #361006. Grayscale: #E4E4E4. Windows color (decimal): -3543047 or 16379849. OLE color: 16379849.
HSL color Cylindrical-coordinate representation of color #C9EFF9: hue angle of 192.5º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EFF9 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 239 | 249 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.02 |
| HSL | 192.5º | 0.8% | 0.88% | - |
| HSV(B) | 192.5º | 0.19% | 0.98% | - |
| XYZ | 72.05 | 80.99 | 101.46 | - |
| YUV | 228.78 | 139.41 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 249 | 0.19 | 0.04 | 0 | 0.02 | 192.5 | 0.8 | 0.88 |
| Hex | C9 | EF | F9 | 13 | 4 | 0 | 2 | C0 | 50 | 58 |
| Octal | 311 | 357 | 371 | 23 | 4 | 0 | 2 | 300 | 120 | 130 |
| Binary | 11001001 | 11101111 | 11111001 | 10011 | 100 | 0 | 10 | 11000000 | 1010000 | 1011000 |
Color Harmonies of #C9EFF9
Complementary color
Monochromatic Colors of #C9EFF9
Black with #C9EFF9
Text Example
Text Example
White with #C9EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFF9; }
p { color: rgb(201,239,249); }
H1.HeaderClassName
{
color: #C9EFF9;
}
.AnyTagClassName
{
color: #C9EFF9;
}
</style>
background-color css
<style>
a { background-color: #C9EFF9; }
a { background-color: rgb(201,239,249); }
div.DivClassName
{
background-color: #C9EFF9;
}
.BgClassName
{
background-color: #C9EFF9;
}
</style>
border-color css
<style>
span { border-color: #C9EFF9; }
span { border-color: rgb(201,239,249); }
td.TdClassName
{
border-color: #C9EFF9;
}
.TagClassName
{
border-color: #C9EFF9;
}
</style>