Shades of Onahau #B4EEFF
Tints of Onahau #B4EEFF
RGB
CMYK
RGB Variations
Color information
#B4EEFF (or 0xB4EEFF) is known color: Onahau. HEX triplet: B4, EE and FF. RGB value is (180,238,255). Sum of RGB (Red+Green+Blue) = 180+238+255=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4EEFF is #4B1100. Grayscale: #DEDEDE. Windows color (decimal): -4919553 or 16772788. OLE color: 16772788.
HSL color Cylindrical-coordinate representation of color #B4EEFF: hue angle of 193.6º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4EEFF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 238 | 255 | - |
| CMYK | 0.29 | 0.07 | 0 | 0 |
| HSL | 193.6º | 1% | 0.85% | - |
| HSV(B) | 193.6º | 0.29% | 1% | - |
| XYZ | 67.45 | 78.07 | 106.12 | - |
| YUV | 222.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 238 | 255 | 0.29 | 0.07 | 0 | 0 | 193.6 | 1 | 0.85 |
| Hex | B4 | EE | FF | 1D | 7 | 0 | 0 | C2 | 64 | 55 |
| Octal | 264 | 356 | 377 | 35 | 7 | 0 | 0 | 302 | 144 | 125 |
| Binary | 10110100 | 11101110 | 11111111 | 11101 | 111 | 0 | 0 | 11000010 | 1100100 | 1010101 |
Color Harmonies of #B4EEFF
Complementary color
Monochromatic Colors of #B4EEFF
Black with #B4EEFF
Text Example
Text Example
White with #B4EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4EEFF; }
p { color: rgb(180,238,255); }
H1.HeaderClassName
{
color: #B4EEFF;
}
.AnyTagClassName
{
color: #B4EEFF;
}
</style>
background-color css
<style>
a { background-color: #B4EEFF; }
a { background-color: rgb(180,238,255); }
div.DivClassName
{
background-color: #B4EEFF;
}
.BgClassName
{
background-color: #B4EEFF;
}
</style>
border-color css
<style>
span { border-color: #B4EEFF; }
span { border-color: rgb(180,238,255); }
td.TdClassName
{
border-color: #B4EEFF;
}
.TagClassName
{
border-color: #B4EEFF;
}
</style>