Shades of Onahau #B9EAFB
Tints of Onahau #B9EAFB
RGB
CMYK
RGB Variations
Color information
#B9EAFB (or 0xB9EAFB) is known color: Onahau. HEX triplet: B9, EA and FB. RGB value is (185,234,251). Sum of RGB (Red+Green+Blue) = 185+234+251=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #B9EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAFB is #461504. Grayscale: #DDDDDD. Windows color (decimal): -4592901 or 16509625. OLE color: 16509625.
HSL color Cylindrical-coordinate representation of color #B9EAFB: hue angle of 195.45º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9EAFB is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 185 | 234 | 251 | - |
CMYK | 0.26 | 0.07 | 0 | 0.02 |
HSL | 195.45º | 0.89% | 0.85% | - |
HSV(B) | 195.45º | 0.26% | 0.98% | - |
XYZ | 66.84 | 76.12 | 102.44 | - |
YUV | 221.29 | 144.77 | 102.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 234 | 251 | 0.26 | 0.07 | 0 | 0.02 | 195.45 | 0.89 | 0.85 |
Hex | B9 | EA | FB | 1A | 7 | 0 | 2 | C3 | 59 | 55 |
Octal | 271 | 352 | 373 | 32 | 7 | 0 | 2 | 303 | 131 | 125 |
Binary | 10111001 | 11101010 | 11111011 | 11010 | 111 | 0 | 10 | 11000011 | 1011001 | 1010101 |
Color Harmonies of #B9EAFB
Complementary color
Monochromatic Colors of #B9EAFB
Black with #B9EAFB
Text Example
Text Example
White with #B9EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAFB; }
p { color: rgb(185,234,251); }
H1.HeaderClassName
{
color: #B9EAFB;
}
.AnyTagClassName
{
color: #B9EAFB;
}
</style>
background-color css
<style>
a { background-color: #B9EAFB; }
a { background-color: rgb(185,234,251); }
div.DivClassName
{
background-color: #B9EAFB;
}
.BgClassName
{
background-color: #B9EAFB;
}
</style>
border-color css
<style>
span { border-color: #B9EAFB; }
span { border-color: rgb(185,234,251); }
td.TdClassName
{
border-color: #B9EAFB;
}
.TagClassName
{
border-color: #B9EAFB;
}
</style>