Shades of Onahau #B9F0FE
Tints of Onahau #B9F0FE
RGB
CMYK
RGB Variations
Color information
#B9F0FE (or 0xB9F0FE) is known color: Onahau. HEX triplet: B9, F0 and FE. RGB value is (185,240,254). Sum of RGB (Red+Green+Blue) = 185+240+254=679 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.25% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 254 (99.61% from 255 or 37.41% from 679); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9F0FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F0FE is #460F01. Grayscale: #E1E1E1. Windows color (decimal): -4591362 or 16707769. OLE color: 16707769.
HSL color Cylindrical-coordinate representation of color #B9F0FE: hue angle of 192.17º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F0FE is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 240 | 254 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.00 |
| HSL | 192.17º | 0.97% | 0.86% | - |
| HSV(B) | 192.17º | 0.27% | 1% | - |
| XYZ | 69.06 | 79.79 | 105.53 | - |
| YUV | 225.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 240 | 254 | 0.27 | 0.06 | 0 | 0.00 | 192.17 | 0.97 | 0.86 |
| Hex | B9 | F0 | FE | 1B | 6 | 0 | 0 | C0 | 61 | 56 |
| Octal | 271 | 360 | 376 | 33 | 6 | 0 | 0 | 300 | 141 | 126 |
| Binary | 10111001 | 11110000 | 11111110 | 11011 | 110 | 0 | 0 | 11000000 | 1100001 | 1010110 |
Color Harmonies of #B9F0FE
Complementary color
Monochromatic Colors of #B9F0FE
Black with #B9F0FE
Text Example
Text Example
White with #B9F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F0FE; }
p { color: rgb(185,240,254); }
H1.HeaderClassName
{
color: #B9F0FE;
}
.AnyTagClassName
{
color: #B9F0FE;
}
</style>
background-color css
<style>
a { background-color: #B9F0FE; }
a { background-color: rgb(185,240,254); }
div.DivClassName
{
background-color: #B9F0FE;
}
.BgClassName
{
background-color: #B9F0FE;
}
</style>
border-color css
<style>
span { border-color: #B9F0FE; }
span { border-color: rgb(185,240,254); }
td.TdClassName
{
border-color: #B9F0FE;
}
.TagClassName
{
border-color: #B9F0FE;
}
</style>