Shades of Aero Blue #BEEACF
Tints of Aero Blue #BEEACF
RGB
CMYK
RGB Variations
Color information
#BEEACF (or 0xBEEACF) is known color: Aero Blue. HEX triplet: BE, EA and CF. RGB value is (190,234,207). Sum of RGB (Red+Green+Blue) = 190+234+207=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 207 (81.25% from 255 or 32.81% from 631); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BEEACF is #411530. Grayscale: #D9D9D9. Windows color (decimal): -4265265 or 13626046. OLE color: 13626046.
HSL color Cylindrical-coordinate representation of color #BEEACF: hue angle of 143.18º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEEACF is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 190 | 234 | 207 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.08 |
| HSL | 143.18º | 0.51% | 0.83% | - |
| HSV(B) | 143.18º | 0.19% | 0.92% | - |
| XYZ | 61.92 | 74.3 | 70.11 | - |
| YUV | 217.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 234 | 207 | 0.19 | 0 | 0.12 | 0.08 | 143.18 | 0.51 | 0.83 |
| Hex | BE | EA | CF | 13 | 0 | C | 8 | 8F | 33 | 53 |
| Octal | 276 | 352 | 317 | 23 | 0 | 14 | 10 | 217 | 63 | 123 |
| Binary | 10111110 | 11101010 | 11001111 | 10011 | 0 | 1100 | 1000 | 10001111 | 110011 | 1010011 |
Color Harmonies of #BEEACF
Complementary color
Monochromatic Colors of #BEEACF
Black with #BEEACF
Text Example
Text Example
White with #BEEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEEACF; }
p { color: rgb(190,234,207); }
H1.HeaderClassName
{
color: #BEEACF;
}
.AnyTagClassName
{
color: #BEEACF;
}
</style>
background-color css
<style>
a { background-color: #BEEACF; }
a { background-color: rgb(190,234,207); }
div.DivClassName
{
background-color: #BEEACF;
}
.BgClassName
{
background-color: #BEEACF;
}
</style>
border-color css
<style>
span { border-color: #BEEACF; }
span { border-color: rgb(190,234,207); }
td.TdClassName
{
border-color: #BEEACF;
}
.TagClassName
{
border-color: #BEEACF;
}
</style>