Shades of Onahau #B5EAF6
Tints of Onahau #B5EAF6
RGB
CMYK
RGB Variations
Color information
#B5EAF6 (or 0xB5EAF6) is known color: Onahau. HEX triplet: B5, EA and F6. RGB value is (181,234,246). Sum of RGB (Red+Green+Blue) = 181+234+246=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 246 (96.48% from 255 or 37.22% from 661); Max value from RGB is 246 - color contains mainly: blue. Hex color #B5EAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5EAF6 is #4A1509. Grayscale: #DBDBDB. Windows color (decimal): -4855050 or 16181941. OLE color: 16181941.
HSL color Cylindrical-coordinate representation of color #B5EAF6: hue angle of 191.08º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5EAF6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 181 | 234 | 246 | - |
CMYK | 0.26 | 0.05 | 0 | 0.04 |
HSL | 191.08º | 0.78% | 0.84% | - |
HSV(B) | 191.08º | 0.26% | 0.96% | - |
XYZ | 65.11 | 75.32 | 98.3 | - |
YUV | 219.52 | 142.94 | 100.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 234 | 246 | 0.26 | 0.05 | 0 | 0.04 | 191.08 | 0.78 | 0.84 |
Hex | B5 | EA | F6 | 1A | 5 | 0 | 4 | BF | 4E | 54 |
Octal | 265 | 352 | 366 | 32 | 5 | 0 | 4 | 277 | 116 | 124 |
Binary | 10110101 | 11101010 | 11110110 | 11010 | 101 | 0 | 100 | 10111111 | 1001110 | 1010100 |
Color Harmonies of #B5EAF6
Complementary color
Monochromatic Colors of #B5EAF6
Black with #B5EAF6
Text Example
Text Example
White with #B5EAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EAF6; }
p { color: rgb(181,234,246); }
H1.HeaderClassName
{
color: #B5EAF6;
}
.AnyTagClassName
{
color: #B5EAF6;
}
</style>
background-color css
<style>
a { background-color: #B5EAF6; }
a { background-color: rgb(181,234,246); }
div.DivClassName
{
background-color: #B5EAF6;
}
.BgClassName
{
background-color: #B5EAF6;
}
</style>
border-color css
<style>
span { border-color: #B5EAF6; }
span { border-color: rgb(181,234,246); }
td.TdClassName
{
border-color: #B5EAF6;
}
.TagClassName
{
border-color: #B5EAF6;
}
</style>