Shades of Onahau #BAEEF9
Tints of Onahau #BAEEF9
RGB
CMYK
RGB Variations
Color information
#BAEEF9 (or 0xBAEEF9) is known color: Onahau. HEX triplet: BA, EE and F9. RGB value is (186,238,249). Sum of RGB (Red+Green+Blue) = 186+238+249=673 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.64% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BAEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEF9 is #451106. Grayscale: #DFDFDF. Windows color (decimal): -4526343 or 16379578. OLE color: 16379578.
HSL color Cylindrical-coordinate representation of color #BAEEF9: hue angle of 190.48º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAEEF9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 238 | 249 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.02 |
| HSL | 190.48º | 0.84% | 0.85% | - |
| HSV(B) | 190.48º | 0.25% | 0.98% | - |
| XYZ | 67.92 | 78.43 | 101.18 | - |
| YUV | 223.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 249 | 0.25 | 0.04 | 0 | 0.02 | 190.48 | 0.84 | 0.85 |
| Hex | BA | EE | F9 | 19 | 4 | 0 | 2 | BE | 54 | 55 |
| Octal | 272 | 356 | 371 | 31 | 4 | 0 | 2 | 276 | 124 | 125 |
| Binary | 10111010 | 11101110 | 11111001 | 11001 | 100 | 0 | 10 | 10111110 | 1010100 | 1010101 |
Color Harmonies of #BAEEF9
Complementary color
Monochromatic Colors of #BAEEF9
Black with #BAEEF9
Text Example
Text Example
White with #BAEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEF9; }
p { color: rgb(186,238,249); }
H1.HeaderClassName
{
color: #BAEEF9;
}
.AnyTagClassName
{
color: #BAEEF9;
}
</style>
background-color css
<style>
a { background-color: #BAEEF9; }
a { background-color: rgb(186,238,249); }
div.DivClassName
{
background-color: #BAEEF9;
}
.BgClassName
{
background-color: #BAEEF9;
}
</style>
border-color css
<style>
span { border-color: #BAEEF9; }
span { border-color: rgb(186,238,249); }
td.TdClassName
{
border-color: #BAEEF9;
}
.TagClassName
{
border-color: #BAEEF9;
}
</style>