Shades of Onahau #BAEEFF
Tints of Onahau #BAEEFF
RGB
CMYK
RGB Variations
Color information
#BAEEFF (or 0xBAEEFF) is known color: Onahau. HEX triplet: BA, EE and FF. RGB value is (186,238,255). Sum of RGB (Red+Green+Blue) = 186+238+255=679 (89% of max value = 765). Red value is 186 (73.05% from 255 or 27.39% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BAEEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEEFF is #451100. Grayscale: #E0E0E0. Windows color (decimal): -4526337 or 16772794. OLE color: 16772794.
HSL color Cylindrical-coordinate representation of color #BAEEFF: hue angle of 194.78º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAEEFF is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 238 | 255 | - |
| CMYK | 0.27 | 0.07 | 0 | 0 |
| HSL | 194.78º | 1% | 0.86% | - |
| HSV(B) | 194.78º | 0.27% | 1% | - |
| XYZ | 68.87 | 78.81 | 106.19 | - |
| YUV | 224.39 | 145.27 | 100.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 255 | 0.27 | 0.07 | 0 | 0 | 194.78 | 1 | 0.86 |
| Hex | BA | EE | FF | 1B | 7 | 0 | 0 | C3 | 64 | 56 |
| Octal | 272 | 356 | 377 | 33 | 7 | 0 | 0 | 303 | 144 | 126 |
| Binary | 10111010 | 11101110 | 11111111 | 11011 | 111 | 0 | 0 | 11000011 | 1100100 | 1010110 |
Color Harmonies of #BAEEFF
Complementary color
Monochromatic Colors of #BAEEFF
Black with #BAEEFF
Text Example
Text Example
White with #BAEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEEFF; }
p { color: rgb(186,238,255); }
H1.HeaderClassName
{
color: #BAEEFF;
}
.AnyTagClassName
{
color: #BAEEFF;
}
</style>
background-color css
<style>
a { background-color: #BAEEFF; }
a { background-color: rgb(186,238,255); }
div.DivClassName
{
background-color: #BAEEFF;
}
.BgClassName
{
background-color: #BAEEFF;
}
</style>
border-color css
<style>
span { border-color: #BAEEFF; }
span { border-color: rgb(186,238,255); }
td.TdClassName
{
border-color: #BAEEFF;
}
.TagClassName
{
border-color: #BAEEFF;
}
</style>