Shades of Onahau #B8E5FF
Tints of Onahau #B8E5FF
RGB
CMYK
RGB Variations
Color information
#B8E5FF (or 0xB8E5FF) is known color: Onahau. HEX triplet: B8, E5 and FF. RGB value is (184,229,255). Sum of RGB (Red+Green+Blue) = 184+229+255=668 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.54% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8E5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E5FF is #471A00. Grayscale: #DADADA. Windows color (decimal): -4659713 or 16770488. OLE color: 16770488.
HSL color Cylindrical-coordinate representation of color #B8E5FF: hue angle of 201.97º 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 #B8E5FF is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 229 | 255 | - |
| CMYK | 0.28 | 0.10 | 0 | 0 |
| HSL | 201.97º | 1% | 0.86% | - |
| HSV(B) | 201.97º | 0.28% | 1% | - |
| XYZ | 65.84 | 73.45 | 105.31 | - |
| YUV | 218.51 | 148.59 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 229 | 255 | 0.28 | 0.10 | 0 | 0 | 201.97 | 1 | 0.86 |
| Hex | B8 | E5 | FF | 1C | A | 0 | 0 | CA | 64 | 56 |
| Octal | 270 | 345 | 377 | 34 | 12 | 0 | 0 | 312 | 144 | 126 |
| Binary | 10111000 | 11100101 | 11111111 | 11100 | 1010 | 0 | 0 | 11001010 | 1100100 | 1010110 |
Color Harmonies of #B8E5FF
Complementary color
Monochromatic Colors of #B8E5FF
Black with #B8E5FF
Text Example
Text Example
White with #B8E5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E5FF; }
p { color: rgb(184,229,255); }
H1.HeaderClassName
{
color: #B8E5FF;
}
.AnyTagClassName
{
color: #B8E5FF;
}
</style>
background-color css
<style>
a { background-color: #B8E5FF; }
a { background-color: rgb(184,229,255); }
div.DivClassName
{
background-color: #B8E5FF;
}
.BgClassName
{
background-color: #B8E5FF;
}
</style>
border-color css
<style>
span { border-color: #B8E5FF; }
span { border-color: rgb(184,229,255); }
td.TdClassName
{
border-color: #B8E5FF;
}
.TagClassName
{
border-color: #B8E5FF;
}
</style>