Shades of Onahau #B7E5FF
Tints of Onahau #B7E5FF
RGB
CMYK
RGB Variations
Color information
#B7E5FF (or 0xB7E5FF) is known color: Onahau. HEX triplet: B7, E5 and FF. RGB value is (183,229,255). Sum of RGB (Red+Green+Blue) = 183+229+255=667 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.44% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #B7E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B7E5FF is #481A00. Grayscale: #DADADA. Windows color (decimal): -4725249 or 16770487. OLE color: 16770487.
HSL color Cylindrical-coordinate representation of color #B7E5FF: hue angle of 201.67º 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 #B7E5FF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 229 | 255 | - |
| CMYK | 0.28 | 0.10 | 0 | 0 |
| HSL | 201.67º | 1% | 0.86% | - |
| HSV(B) | 201.67º | 0.28% | 1% | - |
| XYZ | 65.6 | 73.33 | 105.3 | - |
| YUV | 218.21 | 148.76 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 229 | 255 | 0.28 | 0.10 | 0 | 0 | 201.67 | 1 | 0.86 |
| Hex | B7 | E5 | FF | 1C | A | 0 | 0 | CA | 64 | 56 |
| Octal | 267 | 345 | 377 | 34 | 12 | 0 | 0 | 312 | 144 | 126 |
| Binary | 10110111 | 11100101 | 11111111 | 11100 | 1010 | 0 | 0 | 11001010 | 1100100 | 1010110 |
Color Harmonies of #B7E5FF
Complementary color
Monochromatic Colors of #B7E5FF
Black with #B7E5FF
Text Example
Text Example
White with #B7E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E5FF; }
p { color: rgb(183,229,255); }
H1.HeaderClassName
{
color: #B7E5FF;
}
.AnyTagClassName
{
color: #B7E5FF;
}
</style>
background-color css
<style>
a { background-color: #B7E5FF; }
a { background-color: rgb(183,229,255); }
div.DivClassName
{
background-color: #B7E5FF;
}
.BgClassName
{
background-color: #B7E5FF;
}
</style>
border-color css
<style>
span { border-color: #B7E5FF; }
span { border-color: rgb(183,229,255); }
td.TdClassName
{
border-color: #B7E5FF;
}
.TagClassName
{
border-color: #B7E5FF;
}
</style>