Shades of Onahau #B8E7ED
Tints of Onahau #B8E7ED
RGB
CMYK
RGB Variations
Color information
#B8E7ED (or 0xB8E7ED) is known color: Onahau. HEX triplet: B8, E7 and ED. RGB value is (184,231,237). Sum of RGB (Red+Green+Blue) = 184+231+237=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8E7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E7ED is #471812. Grayscale: #D9D9D9. Windows color (decimal): -4659219 or 15591352. OLE color: 15591352.
HSL color Cylindrical-coordinate representation of color #B8E7ED: hue angle of 186.79º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8E7ED is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 231 | 237 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.07 |
| HSL | 186.79º | 0.6% | 0.83% | - |
| HSV(B) | 186.79º | 0.22% | 0.93% | - |
| XYZ | 63.63 | 73.46 | 90.95 | - |
| YUV | 217.63 | 138.93 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 231 | 237 | 0.22 | 0.03 | 0 | 0.07 | 186.79 | 0.6 | 0.83 |
| Hex | B8 | E7 | ED | 16 | 3 | 0 | 7 | BB | 3C | 53 |
| Octal | 270 | 347 | 355 | 26 | 3 | 0 | 7 | 273 | 74 | 123 |
| Binary | 10111000 | 11100111 | 11101101 | 10110 | 11 | 0 | 111 | 10111011 | 111100 | 1010011 |
Color Harmonies of #B8E7ED
Complementary color
Monochromatic Colors of #B8E7ED
Black with #B8E7ED
Text Example
Text Example
White with #B8E7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E7ED; }
p { color: rgb(184,231,237); }
H1.HeaderClassName
{
color: #B8E7ED;
}
.AnyTagClassName
{
color: #B8E7ED;
}
</style>
background-color css
<style>
a { background-color: #B8E7ED; }
a { background-color: rgb(184,231,237); }
div.DivClassName
{
background-color: #B8E7ED;
}
.BgClassName
{
background-color: #B8E7ED;
}
</style>
border-color css
<style>
span { border-color: #B8E7ED; }
span { border-color: rgb(184,231,237); }
td.TdClassName
{
border-color: #B8E7ED;
}
.TagClassName
{
border-color: #B8E7ED;
}
</style>