Shades of Onahau #B8E4FF
Tints of Onahau #B8E4FF
RGB
CMYK
RGB Variations
Color information
#B8E4FF (or 0xB8E4FF) is known color: Onahau. HEX triplet: B8, E4 and FF. RGB value is (184,228,255). Sum of RGB (Red+Green+Blue) = 184+228+255=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 228 (89.45% from 255 or 34.18% 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 #B8E4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E4FF is #471B00. Grayscale: #D9D9D9. Windows color (decimal): -4659969 or 16770232. OLE color: 16770232.
HSL color Cylindrical-coordinate representation of color #B8E4FF: hue angle of 202.82º 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 #B8E4FF is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 228 | 255 | - |
| CMYK | 0.28 | 0.11 | 0 | 0 |
| HSL | 202.82º | 1% | 0.86% | - |
| HSV(B) | 202.82º | 0.28% | 1% | - |
| XYZ | 65.56 | 72.9 | 105.22 | - |
| YUV | 217.92 | 148.92 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 228 | 255 | 0.28 | 0.11 | 0 | 0 | 202.82 | 1 | 0.86 |
| Hex | B8 | E4 | FF | 1C | B | 0 | 0 | CB | 64 | 56 |
| Octal | 270 | 344 | 377 | 34 | 13 | 0 | 0 | 313 | 144 | 126 |
| Binary | 10111000 | 11100100 | 11111111 | 11100 | 1011 | 0 | 0 | 11001011 | 1100100 | 1010110 |
Color Harmonies of #B8E4FF
Complementary color
Monochromatic Colors of #B8E4FF
Black with #B8E4FF
Text Example
Text Example
White with #B8E4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E4FF; }
p { color: rgb(184,228,255); }
H1.HeaderClassName
{
color: #B8E4FF;
}
.AnyTagClassName
{
color: #B8E4FF;
}
</style>
background-color css
<style>
a { background-color: #B8E4FF; }
a { background-color: rgb(184,228,255); }
div.DivClassName
{
background-color: #B8E4FF;
}
.BgClassName
{
background-color: #B8E4FF;
}
</style>
border-color css
<style>
span { border-color: #B8E4FF; }
span { border-color: rgb(184,228,255); }
td.TdClassName
{
border-color: #B8E4FF;
}
.TagClassName
{
border-color: #B8E4FF;
}
</style>