Shades of Onahau #B5EEFF
Tints of Onahau #B5EEFF
RGB
CMYK
RGB Variations
Color information
#B5EEFF (or 0xB5EEFF) is known color: Onahau. HEX triplet: B5, EE and FF. RGB value is (181,238,255). Sum of RGB (Red+Green+Blue) = 181+238+255=674 (89% of max value = 765). Red value is 181 (71.09% from 255 or 26.85% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EEFF is #4A1100. Grayscale: #DEDEDE. Windows color (decimal): -4854017 or 16772789. OLE color: 16772789.
HSL color Cylindrical-coordinate representation of color #B5EEFF: hue angle of 193.78º 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 #B5EEFF is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 238 | 255 | - |
| CMYK | 0.29 | 0.07 | 0 | 0 |
| HSL | 193.78º | 1% | 0.85% | - |
| HSV(B) | 193.78º | 0.29% | 1% | - |
| XYZ | 67.68 | 78.19 | 106.13 | - |
| YUV | 222.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 238 | 255 | 0.29 | 0.07 | 0 | 0 | 193.78 | 1 | 0.85 |
| Hex | B5 | EE | FF | 1D | 7 | 0 | 0 | C2 | 64 | 55 |
| Octal | 265 | 356 | 377 | 35 | 7 | 0 | 0 | 302 | 144 | 125 |
| Binary | 10110101 | 11101110 | 11111111 | 11101 | 111 | 0 | 0 | 11000010 | 1100100 | 1010101 |
Color Harmonies of #B5EEFF
Complementary color
Monochromatic Colors of #B5EEFF
Black with #B5EEFF
Text Example
Text Example
White with #B5EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EEFF; }
p { color: rgb(181,238,255); }
H1.HeaderClassName
{
color: #B5EEFF;
}
.AnyTagClassName
{
color: #B5EEFF;
}
</style>
background-color css
<style>
a { background-color: #B5EEFF; }
a { background-color: rgb(181,238,255); }
div.DivClassName
{
background-color: #B5EEFF;
}
.BgClassName
{
background-color: #B5EEFF;
}
</style>
border-color css
<style>
span { border-color: #B5EEFF; }
span { border-color: rgb(181,238,255); }
td.TdClassName
{
border-color: #B5EEFF;
}
.TagClassName
{
border-color: #B5EEFF;
}
</style>