Shades of Onahau #B8E8ED
Tints of Onahau #B8E8ED
RGB
CMYK
RGB Variations
Color information
#B8E8ED (or 0xB8E8ED) is known color: Onahau. HEX triplet: B8, E8 and ED. RGB value is (184,232,237). Sum of RGB (Red+Green+Blue) = 184+232+237=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8E8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E8ED is #471712. Grayscale: #DADADA. Windows color (decimal): -4658963 or 15591608. OLE color: 15591608.
HSL color Cylindrical-coordinate representation of color #B8E8ED: hue angle of 185.66º 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 #B8E8ED is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 232 | 237 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.07 |
| HSL | 185.66º | 0.6% | 0.83% | - |
| HSV(B) | 185.66º | 0.22% | 0.93% | - |
| XYZ | 63.91 | 74.02 | 91.04 | - |
| YUV | 218.22 | 138.6 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 232 | 237 | 0.22 | 0.02 | 0 | 0.07 | 185.66 | 0.6 | 0.83 |
| Hex | B8 | E8 | ED | 16 | 2 | 0 | 7 | BA | 3C | 53 |
| Octal | 270 | 350 | 355 | 26 | 2 | 0 | 7 | 272 | 74 | 123 |
| Binary | 10111000 | 11101000 | 11101101 | 10110 | 10 | 0 | 111 | 10111010 | 111100 | 1010011 |
Color Harmonies of #B8E8ED
Complementary color
Monochromatic Colors of #B8E8ED
Black with #B8E8ED
Text Example
Text Example
White with #B8E8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E8ED; }
p { color: rgb(184,232,237); }
H1.HeaderClassName
{
color: #B8E8ED;
}
.AnyTagClassName
{
color: #B8E8ED;
}
</style>
background-color css
<style>
a { background-color: #B8E8ED; }
a { background-color: rgb(184,232,237); }
div.DivClassName
{
background-color: #B8E8ED;
}
.BgClassName
{
background-color: #B8E8ED;
}
</style>
border-color css
<style>
span { border-color: #B8E8ED; }
span { border-color: rgb(184,232,237); }
td.TdClassName
{
border-color: #B8E8ED;
}
.TagClassName
{
border-color: #B8E8ED;
}
</style>