Shades of Onahau #B7ECFF
Tints of Onahau #B7ECFF
RGB
CMYK
RGB Variations
Color information
#B7ECFF (or 0xB7ECFF) is known color: Onahau. HEX triplet: B7, EC and FF. RGB value is (183,236,255). Sum of RGB (Red+Green+Blue) = 183+236+255=674 (89% of max value = 765). Red value is 183 (71.88% from 255 or 27.15% from 674); Green value is 236 (92.58% from 255 or 35.01% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7ECFF is #481300. Grayscale: #DEDEDE. Windows color (decimal): -4723457 or 16772279. OLE color: 16772279.
HSL color Cylindrical-coordinate representation of color #B7ECFF: hue angle of 195.83º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7ECFF is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 236 | 255 | - |
| CMYK | 0.28 | 0.07 | 0 | 0 |
| HSL | 195.83º | 1% | 0.86% | - |
| HSV(B) | 195.83º | 0.28% | 1% | - |
| XYZ | 67.57 | 77.28 | 105.96 | - |
| YUV | 222.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 236 | 255 | 0.28 | 0.07 | 0 | 0 | 195.83 | 1 | 0.86 |
| Hex | B7 | EC | FF | 1C | 7 | 0 | 0 | C4 | 64 | 56 |
| Octal | 267 | 354 | 377 | 34 | 7 | 0 | 0 | 304 | 144 | 126 |
| Binary | 10110111 | 11101100 | 11111111 | 11100 | 111 | 0 | 0 | 11000100 | 1100100 | 1010110 |
Color Harmonies of #B7ECFF
Complementary color
Monochromatic Colors of #B7ECFF
Black with #B7ECFF
Text Example
Text Example
White with #B7ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ECFF; }
p { color: rgb(183,236,255); }
H1.HeaderClassName
{
color: #B7ECFF;
}
.AnyTagClassName
{
color: #B7ECFF;
}
</style>
background-color css
<style>
a { background-color: #B7ECFF; }
a { background-color: rgb(183,236,255); }
div.DivClassName
{
background-color: #B7ECFF;
}
.BgClassName
{
background-color: #B7ECFF;
}
</style>
border-color css
<style>
span { border-color: #B7ECFF; }
span { border-color: rgb(183,236,255); }
td.TdClassName
{
border-color: #B7ECFF;
}
.TagClassName
{
border-color: #B7ECFF;
}
</style>