Shades of Onahau #B8EBF3
Tints of Onahau #B8EBF3
RGB
CMYK
RGB Variations
Color information
#B8EBF3 (or 0xB8EBF3) is known color: Onahau. HEX triplet: B8, EB and F3. RGB value is (184,235,243). Sum of RGB (Red+Green+Blue) = 184+235+243=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8EBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EBF3 is #47140C. Grayscale: #DCDCDC. Windows color (decimal): -4658189 or 15985592. OLE color: 15985592.
HSL color Cylindrical-coordinate representation of color #B8EBF3: hue angle of 188.14º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8EBF3 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 235 | 243 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.05 |
| HSL | 188.14º | 0.71% | 0.84% | - |
| HSV(B) | 188.14º | 0.24% | 0.95% | - |
| XYZ | 65.65 | 76.08 | 96.02 | - |
| YUV | 220.66 | 140.6 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 235 | 243 | 0.24 | 0.03 | 0 | 0.05 | 188.14 | 0.71 | 0.84 |
| Hex | B8 | EB | F3 | 18 | 3 | 0 | 5 | BC | 47 | 54 |
| Octal | 270 | 353 | 363 | 30 | 3 | 0 | 5 | 274 | 107 | 124 |
| Binary | 10111000 | 11101011 | 11110011 | 11000 | 11 | 0 | 101 | 10111100 | 1000111 | 1010100 |
Color Harmonies of #B8EBF3
Complementary color
Monochromatic Colors of #B8EBF3
Black with #B8EBF3
Text Example
Text Example
White with #B8EBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EBF3; }
p { color: rgb(184,235,243); }
H1.HeaderClassName
{
color: #B8EBF3;
}
.AnyTagClassName
{
color: #B8EBF3;
}
</style>
background-color css
<style>
a { background-color: #B8EBF3; }
a { background-color: rgb(184,235,243); }
div.DivClassName
{
background-color: #B8EBF3;
}
.BgClassName
{
background-color: #B8EBF3;
}
</style>
border-color css
<style>
span { border-color: #B8EBF3; }
span { border-color: rgb(184,235,243); }
td.TdClassName
{
border-color: #B8EBF3;
}
.TagClassName
{
border-color: #B8EBF3;
}
</style>