Shades of Onahau #B7E7FF
Tints of Onahau #B7E7FF
RGB
CMYK
RGB Variations
Color information
#B7E7FF (or 0xB7E7FF) is known color: Onahau. HEX triplet: B7, E7 and FF. RGB value is (183,231,255). Sum of RGB (Red+Green+Blue) = 183+231+255=669 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.35% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7E7FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7E7FF is #481800. Grayscale: #DBDBDB. Windows color (decimal): -4724737 or 16770999. OLE color: 16770999.
HSL color Cylindrical-coordinate representation of color #B7E7FF: hue angle of 200º 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 #B7E7FF is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 231 | 255 | - |
| CMYK | 0.28 | 0.09 | 0 | 0 |
| HSL | 200º | 1% | 0.86% | - |
| HSV(B) | 200º | 0.28% | 1% | - |
| XYZ | 66.15 | 74.44 | 105.49 | - |
| YUV | 219.38 | 148.1 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 231 | 255 | 0.28 | 0.09 | 0 | 0 | 200 | 1 | 0.86 |
| Hex | B7 | E7 | FF | 1C | 9 | 0 | 0 | C8 | 64 | 56 |
| Octal | 267 | 347 | 377 | 34 | 11 | 0 | 0 | 310 | 144 | 126 |
| Binary | 10110111 | 11100111 | 11111111 | 11100 | 1001 | 0 | 0 | 11001000 | 1100100 | 1010110 |
Color Harmonies of #B7E7FF
Complementary color
Monochromatic Colors of #B7E7FF
Black with #B7E7FF
Text Example
Text Example
White with #B7E7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E7FF; }
p { color: rgb(183,231,255); }
H1.HeaderClassName
{
color: #B7E7FF;
}
.AnyTagClassName
{
color: #B7E7FF;
}
</style>
background-color css
<style>
a { background-color: #B7E7FF; }
a { background-color: rgb(183,231,255); }
div.DivClassName
{
background-color: #B7E7FF;
}
.BgClassName
{
background-color: #B7E7FF;
}
</style>
border-color css
<style>
span { border-color: #B7E7FF; }
span { border-color: rgb(183,231,255); }
td.TdClassName
{
border-color: #B7E7FF;
}
.TagClassName
{
border-color: #B7E7FF;
}
</style>