Shades of Onahau #B9EAFE
Tints of Onahau #B9EAFE
RGB
CMYK
RGB Variations
Color information
#B9EAFE (or 0xB9EAFE) is known color: Onahau. HEX triplet: B9, EA and FE. RGB value is (185,234,254). Sum of RGB (Red+Green+Blue) = 185+234+254=673 (89% of max value = 765). Red value is 185 (72.66% from 255 or 27.49% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EAFE is #461501. Grayscale: #DDDDDD. Windows color (decimal): -4592898 or 16706233. OLE color: 16706233.
HSL color Cylindrical-coordinate representation of color #B9EAFE: hue angle of 197.39º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9EAFE is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 234 | 254 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.00 |
| HSL | 197.39º | 0.97% | 0.86% | - |
| HSV(B) | 197.39º | 0.27% | 1% | - |
| XYZ | 67.32 | 76.32 | 104.95 | - |
| YUV | 221.63 | 146.27 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 254 | 0.27 | 0.08 | 0 | 0.00 | 197.39 | 0.97 | 0.86 |
| Hex | B9 | EA | FE | 1B | 8 | 0 | 0 | C5 | 61 | 56 |
| Octal | 271 | 352 | 376 | 33 | 10 | 0 | 0 | 305 | 141 | 126 |
| Binary | 10111001 | 11101010 | 11111110 | 11011 | 1000 | 0 | 0 | 11000101 | 1100001 | 1010110 |
Color Harmonies of #B9EAFE
Complementary color
Monochromatic Colors of #B9EAFE
Black with #B9EAFE
Text Example
Text Example
White with #B9EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAFE; }
p { color: rgb(185,234,254); }
H1.HeaderClassName
{
color: #B9EAFE;
}
.AnyTagClassName
{
color: #B9EAFE;
}
</style>
background-color css
<style>
a { background-color: #B9EAFE; }
a { background-color: rgb(185,234,254); }
div.DivClassName
{
background-color: #B9EAFE;
}
.BgClassName
{
background-color: #B9EAFE;
}
</style>
border-color css
<style>
span { border-color: #B9EAFE; }
span { border-color: rgb(185,234,254); }
td.TdClassName
{
border-color: #B9EAFE;
}
.TagClassName
{
border-color: #B9EAFE;
}
</style>