Shades of Onahau #B8EFFD
Tints of Onahau #B8EFFD
RGB
CMYK
RGB Variations
Color information
#B8EFFD (or 0xB8EFFD) is known color: Onahau. HEX triplet: B8, EF and FD. RGB value is (184,239,253). Sum of RGB (Red+Green+Blue) = 184+239+253=676 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.22% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8EFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFFD is #471002. Grayscale: #E0E0E0. Windows color (decimal): -4657155 or 16641976. OLE color: 16641976.
HSL color Cylindrical-coordinate representation of color #B8EFFD: hue angle of 192.17º 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 #B8EFFD is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 239 | 253 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.01 |
| HSL | 192.17º | 0.95% | 0.86% | - |
| HSV(B) | 192.17º | 0.27% | 0.99% | - |
| XYZ | 68.36 | 79.02 | 104.58 | - |
| YUV | 224.15 | 144.28 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 253 | 0.27 | 0.06 | 0 | 0.01 | 192.17 | 0.95 | 0.86 |
| Hex | B8 | EF | FD | 1B | 6 | 0 | 1 | C0 | 5F | 56 |
| Octal | 270 | 357 | 375 | 33 | 6 | 0 | 1 | 300 | 137 | 126 |
| Binary | 10111000 | 11101111 | 11111101 | 11011 | 110 | 0 | 1 | 11000000 | 1011111 | 1010110 |
Color Harmonies of #B8EFFD
Complementary color
Monochromatic Colors of #B8EFFD
Black with #B8EFFD
Text Example
Text Example
White with #B8EFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFFD; }
p { color: rgb(184,239,253); }
H1.HeaderClassName
{
color: #B8EFFD;
}
.AnyTagClassName
{
color: #B8EFFD;
}
</style>
background-color css
<style>
a { background-color: #B8EFFD; }
a { background-color: rgb(184,239,253); }
div.DivClassName
{
background-color: #B8EFFD;
}
.BgClassName
{
background-color: #B8EFFD;
}
</style>
border-color css
<style>
span { border-color: #B8EFFD; }
span { border-color: rgb(184,239,253); }
td.TdClassName
{
border-color: #B8EFFD;
}
.TagClassName
{
border-color: #B8EFFD;
}
</style>