Shades of Aero Blue #BDF9DB
Tints of Aero Blue #BDF9DB
RGB
CMYK
RGB Variations
Color information
#BDF9DB (or 0xBDF9DB) is known color: Aero Blue. HEX triplet: BD, F9 and DB. RGB value is (189,249,219). Sum of RGB (Red+Green+Blue) = 189+249+219=657 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.77% from 657); Green value is 249 (97.66% from 255 or 37.90% from 657); Blue value is 219 (85.94% from 255 or 33.33% from 657); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDF9DB is #420624. Grayscale: #E3E3E3. Windows color (decimal): -4326949 or 14416317. OLE color: 14416317.
HSL color Cylindrical-coordinate representation of color #BDF9DB: hue angle of 150º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF9DB is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 249 | 219 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.02 |
| HSL | 150º | 0.83% | 0.86% | - |
| HSV(B) | 150º | 0.24% | 0.98% | - |
| XYZ | 67.65 | 83.68 | 79.61 | - |
| YUV | 227.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 249 | 219 | 0.24 | 0 | 0.12 | 0.02 | 150 | 0.83 | 0.86 |
| Hex | BD | F9 | DB | 18 | 0 | C | 2 | 96 | 53 | 56 |
| Octal | 275 | 371 | 333 | 30 | 0 | 14 | 2 | 226 | 123 | 126 |
| Binary | 10111101 | 11111001 | 11011011 | 11000 | 0 | 1100 | 10 | 10010110 | 1010011 | 1010110 |
Color Harmonies of #BDF9DB
Complementary color
Monochromatic Colors of #BDF9DB
Black with #BDF9DB
Text Example
Text Example
White with #BDF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF9DB; }
p { color: rgb(189,249,219); }
H1.HeaderClassName
{
color: #BDF9DB;
}
.AnyTagClassName
{
color: #BDF9DB;
}
</style>
background-color css
<style>
a { background-color: #BDF9DB; }
a { background-color: rgb(189,249,219); }
div.DivClassName
{
background-color: #BDF9DB;
}
.BgClassName
{
background-color: #BDF9DB;
}
</style>
border-color css
<style>
span { border-color: #BDF9DB; }
span { border-color: rgb(189,249,219); }
td.TdClassName
{
border-color: #BDF9DB;
}
.TagClassName
{
border-color: #BDF9DB;
}
</style>