Shades of Onahau #B8EFFC
Tints of Onahau #B8EFFC
RGB
CMYK
RGB Variations
Color information
#B8EFFC (or 0xB8EFFC) is known color: Onahau. HEX triplet: B8, EF and FC. RGB value is (184,239,252). Sum of RGB (Red+Green+Blue) = 184+239+252=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8EFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFFC is #471003. Grayscale: #DFDFDF. Windows color (decimal): -4657156 or 16576440. OLE color: 16576440.
HSL color Cylindrical-coordinate representation of color #B8EFFC: hue angle of 191.47º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8EFFC is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 239 | 252 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.01 |
| HSL | 191.47º | 0.92% | 0.85% | - |
| HSV(B) | 191.47º | 0.27% | 0.99% | - |
| XYZ | 68.2 | 78.95 | 103.74 | - |
| YUV | 224.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 252 | 0.27 | 0.05 | 0 | 0.01 | 191.47 | 0.92 | 0.85 |
| Hex | B8 | EF | FC | 1B | 5 | 0 | 1 | BF | 5C | 55 |
| Octal | 270 | 357 | 374 | 33 | 5 | 0 | 1 | 277 | 134 | 125 |
| Binary | 10111000 | 11101111 | 11111100 | 11011 | 101 | 0 | 1 | 10111111 | 1011100 | 1010101 |
Color Harmonies of #B8EFFC
Complementary color
Monochromatic Colors of #B8EFFC
Black with #B8EFFC
Text Example
Text Example
White with #B8EFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFFC; }
p { color: rgb(184,239,252); }
H1.HeaderClassName
{
color: #B8EFFC;
}
.AnyTagClassName
{
color: #B8EFFC;
}
</style>
background-color css
<style>
a { background-color: #B8EFFC; }
a { background-color: rgb(184,239,252); }
div.DivClassName
{
background-color: #B8EFFC;
}
.BgClassName
{
background-color: #B8EFFC;
}
</style>
border-color css
<style>
span { border-color: #B8EFFC; }
span { border-color: rgb(184,239,252); }
td.TdClassName
{
border-color: #B8EFFC;
}
.TagClassName
{
border-color: #B8EFFC;
}
</style>