Shades of Onahau #B9ECFF
Tints of Onahau #B9ECFF
RGB
CMYK
RGB Variations
Color information
#B9ECFF (or 0xB9ECFF) is known color: Onahau. HEX triplet: B9, EC and FF. RGB value is (185,236,255). Sum of RGB (Red+Green+Blue) = 185+236+255=676 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.37% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9ECFF is #461300. Grayscale: #DEDEDE. Windows color (decimal): -4592385 or 16772281. OLE color: 16772281.
HSL color Cylindrical-coordinate representation of color #B9ECFF: hue angle of 196.29º 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 #B9ECFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 236 | 255 | - |
| CMYK | 0.27 | 0.07 | 0 | 0 |
| HSL | 196.29º | 1% | 0.86% | - |
| HSV(B) | 196.29º | 0.27% | 1% | - |
| XYZ | 68.05 | 77.53 | 105.98 | - |
| YUV | 222.92 | 146.1 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 236 | 255 | 0.27 | 0.07 | 0 | 0 | 196.29 | 1 | 0.86 |
| Hex | B9 | EC | FF | 1B | 7 | 0 | 0 | C4 | 64 | 56 |
| Octal | 271 | 354 | 377 | 33 | 7 | 0 | 0 | 304 | 144 | 126 |
| Binary | 10111001 | 11101100 | 11111111 | 11011 | 111 | 0 | 0 | 11000100 | 1100100 | 1010110 |
Color Harmonies of #B9ECFF
Complementary color
Monochromatic Colors of #B9ECFF
Black with #B9ECFF
Text Example
Text Example
White with #B9ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ECFF; }
p { color: rgb(185,236,255); }
H1.HeaderClassName
{
color: #B9ECFF;
}
.AnyTagClassName
{
color: #B9ECFF;
}
</style>
background-color css
<style>
a { background-color: #B9ECFF; }
a { background-color: rgb(185,236,255); }
div.DivClassName
{
background-color: #B9ECFF;
}
.BgClassName
{
background-color: #B9ECFF;
}
</style>
border-color css
<style>
span { border-color: #B9ECFF; }
span { border-color: rgb(185,236,255); }
td.TdClassName
{
border-color: #B9ECFF;
}
.TagClassName
{
border-color: #B9ECFF;
}
</style>