Shades of Onahau #C9EFF8
Tints of Onahau #C9EFF8
RGB
CMYK
RGB Variations
Color information
#C9EFF8 (or 0xC9EFF8) is known color: Onahau. HEX triplet: C9, EF and F8. RGB value is (201,239,248). Sum of RGB (Red+Green+Blue) = 201+239+248=688 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.22% from 688); Green value is 239 (93.75% from 255 or 34.74% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9EFF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EFF8 is #361007. Grayscale: #E4E4E4. Windows color (decimal): -3543048 or 16314313. OLE color: 16314313.
HSL color Cylindrical-coordinate representation of color #C9EFF8: hue angle of 191.49º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9EFF8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 239 | 248 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.03 |
| HSL | 191.49º | 0.77% | 0.88% | - |
| HSV(B) | 191.49º | 0.19% | 0.97% | - |
| XYZ | 71.9 | 80.93 | 100.64 | - |
| YUV | 228.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 248 | 0.19 | 0.04 | 0 | 0.03 | 191.49 | 0.77 | 0.88 |
| Hex | C9 | EF | F8 | 13 | 4 | 0 | 3 | BF | 4D | 58 |
| Octal | 311 | 357 | 370 | 23 | 4 | 0 | 3 | 277 | 115 | 130 |
| Binary | 11001001 | 11101111 | 11111000 | 10011 | 100 | 0 | 11 | 10111111 | 1001101 | 1011000 |
Color Harmonies of #C9EFF8
Complementary color
Monochromatic Colors of #C9EFF8
Black with #C9EFF8
Text Example
Text Example
White with #C9EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EFF8; }
p { color: rgb(201,239,248); }
H1.HeaderClassName
{
color: #C9EFF8;
}
.AnyTagClassName
{
color: #C9EFF8;
}
</style>
background-color css
<style>
a { background-color: #C9EFF8; }
a { background-color: rgb(201,239,248); }
div.DivClassName
{
background-color: #C9EFF8;
}
.BgClassName
{
background-color: #C9EFF8;
}
</style>
border-color css
<style>
span { border-color: #C9EFF8; }
span { border-color: rgb(201,239,248); }
td.TdClassName
{
border-color: #C9EFF8;
}
.TagClassName
{
border-color: #C9EFF8;
}
</style>