Shades of Onahau #B9F2FF
Tints of Onahau #B9F2FF
RGB
CMYK
RGB Variations
Color information
#B9F2FF (or 0xB9F2FF) is known color: Onahau. HEX triplet: B9, F2 and FF. RGB value is (185,242,255). Sum of RGB (Red+Green+Blue) = 185+242+255=682 (90% of max value = 765). Red value is 185 (72.66% from 255 or 27.13% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9F2FF is #460D00. Grayscale: #E2E2E2. Windows color (decimal): -4590849 or 16773817. OLE color: 16773817.
HSL color Cylindrical-coordinate representation of color #B9F2FF: hue angle of 191.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9F2FF is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 242 | 255 | - |
| CMYK | 0.27 | 0.05 | 0 | 0 |
| HSL | 191.14º | 1% | 0.86% | - |
| HSV(B) | 191.14º | 0.27% | 1% | - |
| XYZ | 69.81 | 81.04 | 106.57 | - |
| YUV | 226.44 | 144.12 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 242 | 255 | 0.27 | 0.05 | 0 | 0 | 191.14 | 1 | 0.86 |
| Hex | B9 | F2 | FF | 1B | 5 | 0 | 0 | BF | 64 | 56 |
| Octal | 271 | 362 | 377 | 33 | 5 | 0 | 0 | 277 | 144 | 126 |
| Binary | 10111001 | 11110010 | 11111111 | 11011 | 101 | 0 | 0 | 10111111 | 1100100 | 1010110 |
Color Harmonies of #B9F2FF
Complementary color
Monochromatic Colors of #B9F2FF
Black with #B9F2FF
Text Example
Text Example
White with #B9F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F2FF; }
p { color: rgb(185,242,255); }
H1.HeaderClassName
{
color: #B9F2FF;
}
.AnyTagClassName
{
color: #B9F2FF;
}
</style>
background-color css
<style>
a { background-color: #B9F2FF; }
a { background-color: rgb(185,242,255); }
div.DivClassName
{
background-color: #B9F2FF;
}
.BgClassName
{
background-color: #B9F2FF;
}
</style>
border-color css
<style>
span { border-color: #B9F2FF; }
span { border-color: rgb(185,242,255); }
td.TdClassName
{
border-color: #B9F2FF;
}
.TagClassName
{
border-color: #B9F2FF;
}
</style>