Shades of Onahau #B5ECFF
Tints of Onahau #B5ECFF
RGB
CMYK
RGB Variations
Color information
#B5ECFF (or 0xB5ECFF) is known color: Onahau. HEX triplet: B5, EC and FF. RGB value is (181,236,255). Sum of RGB (Red+Green+Blue) = 181+236+255=672 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.93% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5ECFF is #4A1300. Grayscale: #DDDDDD. Windows color (decimal): -4854529 or 16772277. OLE color: 16772277.
HSL color Cylindrical-coordinate representation of color #B5ECFF: hue angle of 195.41º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5ECFF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 236 | 255 | - |
| CMYK | 0.29 | 0.07 | 0 | 0 |
| HSL | 195.41º | 1% | 0.85% | - |
| HSV(B) | 195.41º | 0.29% | 1% | - |
| XYZ | 67.1 | 77.03 | 105.94 | - |
| YUV | 221.72 | 146.78 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 236 | 255 | 0.29 | 0.07 | 0 | 0 | 195.41 | 1 | 0.85 |
| Hex | B5 | EC | FF | 1D | 7 | 0 | 0 | C3 | 64 | 55 |
| Octal | 265 | 354 | 377 | 35 | 7 | 0 | 0 | 303 | 144 | 125 |
| Binary | 10110101 | 11101100 | 11111111 | 11101 | 111 | 0 | 0 | 11000011 | 1100100 | 1010101 |
Color Harmonies of #B5ECFF
Complementary color
Monochromatic Colors of #B5ECFF
Black with #B5ECFF
Text Example
Text Example
White with #B5ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5ECFF; }
p { color: rgb(181,236,255); }
H1.HeaderClassName
{
color: #B5ECFF;
}
.AnyTagClassName
{
color: #B5ECFF;
}
</style>
background-color css
<style>
a { background-color: #B5ECFF; }
a { background-color: rgb(181,236,255); }
div.DivClassName
{
background-color: #B5ECFF;
}
.BgClassName
{
background-color: #B5ECFF;
}
</style>
border-color css
<style>
span { border-color: #B5ECFF; }
span { border-color: rgb(181,236,255); }
td.TdClassName
{
border-color: #B5ECFF;
}
.TagClassName
{
border-color: #B5ECFF;
}
</style>