Shades of Onahau #B8ECFB
Tints of Onahau #B8ECFB
RGB
CMYK
RGB Variations
Color information
#B8ECFB (or 0xB8ECFB) is known color: Onahau. HEX triplet: B8, EC and FB. RGB value is (184,236,251). Sum of RGB (Red+Green+Blue) = 184+236+251=671 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.42% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECFB is #471304. Grayscale: #DEDEDE. Windows color (decimal): -4657925 or 16510136. OLE color: 16510136.
HSL color Cylindrical-coordinate representation of color #B8ECFB: hue angle of 193.43º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8ECFB is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 236 | 251 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.02 |
| HSL | 193.43º | 0.89% | 0.85% | - |
| HSV(B) | 193.43º | 0.27% | 0.98% | - |
| XYZ | 67.18 | 77.15 | 102.62 | - |
| YUV | 222.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 251 | 0.27 | 0.06 | 0 | 0.02 | 193.43 | 0.89 | 0.85 |
| Hex | B8 | EC | FB | 1B | 6 | 0 | 2 | C1 | 59 | 55 |
| Octal | 270 | 354 | 373 | 33 | 6 | 0 | 2 | 301 | 131 | 125 |
| Binary | 10111000 | 11101100 | 11111011 | 11011 | 110 | 0 | 10 | 11000001 | 1011001 | 1010101 |
Color Harmonies of #B8ECFB
Complementary color
Monochromatic Colors of #B8ECFB
Black with #B8ECFB
Text Example
Text Example
White with #B8ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECFB; }
p { color: rgb(184,236,251); }
H1.HeaderClassName
{
color: #B8ECFB;
}
.AnyTagClassName
{
color: #B8ECFB;
}
</style>
background-color css
<style>
a { background-color: #B8ECFB; }
a { background-color: rgb(184,236,251); }
div.DivClassName
{
background-color: #B8ECFB;
}
.BgClassName
{
background-color: #B8ECFB;
}
</style>
border-color css
<style>
span { border-color: #B8ECFB; }
span { border-color: rgb(184,236,251); }
td.TdClassName
{
border-color: #B8ECFB;
}
.TagClassName
{
border-color: #B8ECFB;
}
</style>