Shades of Onahau #B4E9FC
Tints of Onahau #B4E9FC
RGB
CMYK
RGB Variations
Color information
#B4E9FC (or 0xB4E9FC) is known color: Onahau. HEX triplet: B4, E9 and FC. RGB value is (180,233,252). Sum of RGB (Red+Green+Blue) = 180+233+252=665 (88% of max value = 765). Red value is 180 (70.70% from 255 or 27.07% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4E9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4E9FC is #4B1603. Grayscale: #DBDBDB. Windows color (decimal): -4920836 or 16574900. OLE color: 16574900.
HSL color Cylindrical-coordinate representation of color #B4E9FC: hue angle of 195.83º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4E9FC is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 233 | 252 | - |
| CMYK | 0.29 | 0.08 | 0 | 0.01 |
| HSL | 195.83º | 0.92% | 0.85% | - |
| HSV(B) | 195.83º | 0.29% | 0.99% | - |
| XYZ | 65.53 | 75.01 | 103.12 | - |
| YUV | 219.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 252 | 0.29 | 0.08 | 0 | 0.01 | 195.83 | 0.92 | 0.85 |
| Hex | B4 | E9 | FC | 1D | 8 | 0 | 1 | C4 | 5C | 55 |
| Octal | 264 | 351 | 374 | 35 | 10 | 0 | 1 | 304 | 134 | 125 |
| Binary | 10110100 | 11101001 | 11111100 | 11101 | 1000 | 0 | 1 | 11000100 | 1011100 | 1010101 |
Color Harmonies of #B4E9FC
Complementary color
Monochromatic Colors of #B4E9FC
Black with #B4E9FC
Text Example
Text Example
White with #B4E9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9FC; }
p { color: rgb(180,233,252); }
H1.HeaderClassName
{
color: #B4E9FC;
}
.AnyTagClassName
{
color: #B4E9FC;
}
</style>
background-color css
<style>
a { background-color: #B4E9FC; }
a { background-color: rgb(180,233,252); }
div.DivClassName
{
background-color: #B4E9FC;
}
.BgClassName
{
background-color: #B4E9FC;
}
</style>
border-color css
<style>
span { border-color: #B4E9FC; }
span { border-color: rgb(180,233,252); }
td.TdClassName
{
border-color: #B4E9FC;
}
.TagClassName
{
border-color: #B4E9FC;
}
</style>