Shades of Onahau #B3ECFF
Tints of Onahau #B3ECFF
RGB
CMYK
RGB Variations
Color information
#B3ECFF (or 0xB3ECFF) is known color: Onahau. HEX triplet: B3, EC and FF. RGB value is (179,236,255). Sum of RGB (Red+Green+Blue) = 179+236+255=670 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.72% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3ECFF is #4C1300. Grayscale: #DCDCDC. Windows color (decimal): -4985601 or 16772275. OLE color: 16772275.
HSL color Cylindrical-coordinate representation of color #B3ECFF: hue angle of 195º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3ECFF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 236 | 255 | - |
| CMYK | 0.30 | 0.07 | 0 | 0 |
| HSL | 195º | 1% | 0.85% | - |
| HSV(B) | 195º | 0.3% | 1% | - |
| XYZ | 66.64 | 76.79 | 105.92 | - |
| YUV | 221.12 | 147.12 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 236 | 255 | 0.30 | 0.07 | 0 | 0 | 195 | 1 | 0.85 |
| Hex | B3 | EC | FF | 1E | 7 | 0 | 0 | C3 | 64 | 55 |
| Octal | 263 | 354 | 377 | 36 | 7 | 0 | 0 | 303 | 144 | 125 |
| Binary | 10110011 | 11101100 | 11111111 | 11110 | 111 | 0 | 0 | 11000011 | 1100100 | 1010101 |
Color Harmonies of #B3ECFF
Complementary color
Monochromatic Colors of #B3ECFF
Black with #B3ECFF
Text Example
Text Example
White with #B3ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ECFF; }
p { color: rgb(179,236,255); }
H1.HeaderClassName
{
color: #B3ECFF;
}
.AnyTagClassName
{
color: #B3ECFF;
}
</style>
background-color css
<style>
a { background-color: #B3ECFF; }
a { background-color: rgb(179,236,255); }
div.DivClassName
{
background-color: #B3ECFF;
}
.BgClassName
{
background-color: #B3ECFF;
}
</style>
border-color css
<style>
span { border-color: #B3ECFF; }
span { border-color: rgb(179,236,255); }
td.TdClassName
{
border-color: #B3ECFF;
}
.TagClassName
{
border-color: #B3ECFF;
}
</style>