Shades of Onahau #B8E5FD
Tints of Onahau #B8E5FD
RGB
CMYK
RGB Variations
Color information
#B8E5FD (or 0xB8E5FD) is known color: Onahau. HEX triplet: B8, E5 and FD. RGB value is (184,229,253). Sum of RGB (Red+Green+Blue) = 184+229+253=666 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.63% from 666); Green value is 229 (89.84% from 255 or 34.38% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8E5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8E5FD is #471A02. Grayscale: #DADADA. Windows color (decimal): -4659715 or 16639416. OLE color: 16639416.
HSL color Cylindrical-coordinate representation of color #B8E5FD: hue angle of 200.87º degrees, saturation: 0.95, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8E5FD is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 229 | 253 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.01 |
| HSL | 200.87º | 0.95% | 0.86% | - |
| HSV(B) | 200.87º | 0.27% | 0.99% | - |
| XYZ | 65.52 | 73.32 | 103.63 | - |
| YUV | 218.28 | 147.59 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 229 | 253 | 0.27 | 0.09 | 0 | 0.01 | 200.87 | 0.95 | 0.86 |
| Hex | B8 | E5 | FD | 1B | 9 | 0 | 1 | C9 | 5F | 56 |
| Octal | 270 | 345 | 375 | 33 | 11 | 0 | 1 | 311 | 137 | 126 |
| Binary | 10111000 | 11100101 | 11111101 | 11011 | 1001 | 0 | 1 | 11001001 | 1011111 | 1010110 |
Color Harmonies of #B8E5FD
Complementary color
Monochromatic Colors of #B8E5FD
Black with #B8E5FD
Text Example
Text Example
White with #B8E5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E5FD; }
p { color: rgb(184,229,253); }
H1.HeaderClassName
{
color: #B8E5FD;
}
.AnyTagClassName
{
color: #B8E5FD;
}
</style>
background-color css
<style>
a { background-color: #B8E5FD; }
a { background-color: rgb(184,229,253); }
div.DivClassName
{
background-color: #B8E5FD;
}
.BgClassName
{
background-color: #B8E5FD;
}
</style>
border-color css
<style>
span { border-color: #B8E5FD; }
span { border-color: rgb(184,229,253); }
td.TdClassName
{
border-color: #B8E5FD;
}
.TagClassName
{
border-color: #B8E5FD;
}
</style>