Shades of Onahau #B8EFFF
Tints of Onahau #B8EFFF
RGB
CMYK
RGB Variations
Color information
#B8EFFF (or 0xB8EFFF) is known color: Onahau. HEX triplet: B8, EF and FF. RGB value is (184,239,255). Sum of RGB (Red+Green+Blue) = 184+239+255=678 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.14% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFFF is #471000. Grayscale: #E0E0E0. Windows color (decimal): -4657153 or 16773048. OLE color: 16773048.
HSL color Cylindrical-coordinate representation of color #B8EFFF: hue angle of 193.52º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8EFFF is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 239 | 255 | - |
| CMYK | 0.28 | 0.06 | 0 | 0 |
| HSL | 193.52º | 1% | 0.86% | - |
| HSV(B) | 193.52º | 0.28% | 1% | - |
| XYZ | 68.68 | 79.14 | 106.26 | - |
| YUV | 224.38 | 145.28 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 255 | 0.28 | 0.06 | 0 | 0 | 193.52 | 1 | 0.86 |
| Hex | B8 | EF | FF | 1C | 6 | 0 | 0 | C2 | 64 | 56 |
| Octal | 270 | 357 | 377 | 34 | 6 | 0 | 0 | 302 | 144 | 126 |
| Binary | 10111000 | 11101111 | 11111111 | 11100 | 110 | 0 | 0 | 11000010 | 1100100 | 1010110 |
Color Harmonies of #B8EFFF
Complementary color
Monochromatic Colors of #B8EFFF
Black with #B8EFFF
Text Example
Text Example
White with #B8EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFFF; }
p { color: rgb(184,239,255); }
H1.HeaderClassName
{
color: #B8EFFF;
}
.AnyTagClassName
{
color: #B8EFFF;
}
</style>
background-color css
<style>
a { background-color: #B8EFFF; }
a { background-color: rgb(184,239,255); }
div.DivClassName
{
background-color: #B8EFFF;
}
.BgClassName
{
background-color: #B8EFFF;
}
</style>
border-color css
<style>
span { border-color: #B8EFFF; }
span { border-color: rgb(184,239,255); }
td.TdClassName
{
border-color: #B8EFFF;
}
.TagClassName
{
border-color: #B8EFFF;
}
</style>