Shades of Onahau #B8E6FB
Tints of Onahau #B8E6FB
RGB
CMYK
RGB Variations
Color information
#B8E6FB (or 0xB8E6FB) is known color: Onahau. HEX triplet: B8, E6 and FB. RGB value is (184,230,251). Sum of RGB (Red+Green+Blue) = 184+230+251=665 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.67% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 251 (98.44% from 255 or 37.74% from 665); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8E6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8E6FB is #471904. Grayscale: #DADADA. Windows color (decimal): -4659461 or 16508600. OLE color: 16508600.
HSL color Cylindrical-coordinate representation of color #B8E6FB: hue angle of 198.81º 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 #B8E6FB is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 230 | 251 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.02 |
| HSL | 198.81º | 0.89% | 0.85% | - |
| HSV(B) | 198.81º | 0.27% | 0.98% | - |
| XYZ | 65.48 | 73.75 | 102.05 | - |
| YUV | 218.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 251 | 0.27 | 0.08 | 0 | 0.02 | 198.81 | 0.89 | 0.85 |
| Hex | B8 | E6 | FB | 1B | 8 | 0 | 2 | C7 | 59 | 55 |
| Octal | 270 | 346 | 373 | 33 | 10 | 0 | 2 | 307 | 131 | 125 |
| Binary | 10111000 | 11100110 | 11111011 | 11011 | 1000 | 0 | 10 | 11000111 | 1011001 | 1010101 |
Color Harmonies of #B8E6FB
Complementary color
Monochromatic Colors of #B8E6FB
Black with #B8E6FB
Text Example
Text Example
White with #B8E6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E6FB; }
p { color: rgb(184,230,251); }
H1.HeaderClassName
{
color: #B8E6FB;
}
.AnyTagClassName
{
color: #B8E6FB;
}
</style>
background-color css
<style>
a { background-color: #B8E6FB; }
a { background-color: rgb(184,230,251); }
div.DivClassName
{
background-color: #B8E6FB;
}
.BgClassName
{
background-color: #B8E6FB;
}
</style>
border-color css
<style>
span { border-color: #B8E6FB; }
span { border-color: rgb(184,230,251); }
td.TdClassName
{
border-color: #B8E6FB;
}
.TagClassName
{
border-color: #B8E6FB;
}
</style>