Shades of Aero Blue #BDEFD6
Tints of Aero Blue #BDEFD6
RGB
CMYK
RGB Variations
Color information
#BDEFD6 (or 0xBDEFD6) is known color: Aero Blue. HEX triplet: BD, EF and D6. RGB value is (189,239,214). Sum of RGB (Red+Green+Blue) = 189+239+214=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFD6 is #421029. Grayscale: #DDDDDD. Windows color (decimal): -4329514 or 14086077. OLE color: 14086077.
HSL color Cylindrical-coordinate representation of color #BDEFD6: hue angle of 150º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFD6 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 239 | 214 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.06 |
| HSL | 150º | 0.61% | 0.84% | - |
| HSV(B) | 150º | 0.21% | 0.94% | - |
| XYZ | 63.99 | 77.41 | 75.19 | - |
| YUV | 221.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 239 | 214 | 0.21 | 0 | 0.10 | 0.06 | 150 | 0.61 | 0.84 |
| Hex | BD | EF | D6 | 15 | 0 | A | 6 | 96 | 3D | 54 |
| Octal | 275 | 357 | 326 | 25 | 0 | 12 | 6 | 226 | 75 | 124 |
| Binary | 10111101 | 11101111 | 11010110 | 10101 | 0 | 1010 | 110 | 10010110 | 111101 | 1010100 |
Color Harmonies of #BDEFD6
Complementary color
Monochromatic Colors of #BDEFD6
Black with #BDEFD6
Text Example
Text Example
White with #BDEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEFD6; }
p { color: rgb(189,239,214); }
H1.HeaderClassName
{
color: #BDEFD6;
}
.AnyTagClassName
{
color: #BDEFD6;
}
</style>
background-color css
<style>
a { background-color: #BDEFD6; }
a { background-color: rgb(189,239,214); }
div.DivClassName
{
background-color: #BDEFD6;
}
.BgClassName
{
background-color: #BDEFD6;
}
</style>
border-color css
<style>
span { border-color: #BDEFD6; }
span { border-color: rgb(189,239,214); }
td.TdClassName
{
border-color: #BDEFD6;
}
.TagClassName
{
border-color: #BDEFD6;
}
</style>