Shades of Onahau #B4E8F8
Tints of Onahau #B4E8F8
RGB
CMYK
RGB Variations
Color information
#B4E8F8 (or 0xB4E8F8) is known color: Onahau. HEX triplet: B4, E8 and F8. RGB value is (180,232,248). Sum of RGB (Red+Green+Blue) = 180+232+248=660 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.27% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 248 (97.27% from 255 or 37.58% from 660); Max value from RGB is 248 - color contains mainly: blue. Hex color #B4E8F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E8F8 is #4B1707. Grayscale: #DADADA. Windows color (decimal): -4921096 or 16312500. OLE color: 16312500.
HSL color Cylindrical-coordinate representation of color #B4E8F8: hue angle of 194.12º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4E8F8 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 180 | 232 | 248 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.03 |
| HSL | 194.12º | 0.83% | 0.84% | - |
| HSV(B) | 194.12º | 0.27% | 0.97% | - |
| XYZ | 64.62 | 74.19 | 99.72 | - |
| YUV | 218.28 | 144.77 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 232 | 248 | 0.27 | 0.06 | 0 | 0.03 | 194.12 | 0.83 | 0.84 |
| Hex | B4 | E8 | F8 | 1B | 6 | 0 | 3 | C2 | 53 | 54 |
| Octal | 264 | 350 | 370 | 33 | 6 | 0 | 3 | 302 | 123 | 124 |
| Binary | 10110100 | 11101000 | 11111000 | 11011 | 110 | 0 | 11 | 11000010 | 1010011 | 1010100 |
Color Harmonies of #B4E8F8
Complementary color
Monochromatic Colors of #B4E8F8
Black with #B4E8F8
Text Example
Text Example
White with #B4E8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E8F8; }
p { color: rgb(180,232,248); }
H1.HeaderClassName
{
color: #B4E8F8;
}
.AnyTagClassName
{
color: #B4E8F8;
}
</style>
background-color css
<style>
a { background-color: #B4E8F8; }
a { background-color: rgb(180,232,248); }
div.DivClassName
{
background-color: #B4E8F8;
}
.BgClassName
{
background-color: #B4E8F8;
}
</style>
border-color css
<style>
span { border-color: #B4E8F8; }
span { border-color: rgb(180,232,248); }
td.TdClassName
{
border-color: #B4E8F8;
}
.TagClassName
{
border-color: #B4E8F8;
}
</style>