Shades of Aero Blue #BFF9DC
Tints of Aero Blue #BFF9DC
RGB
CMYK
RGB Variations
Color information
#BFF9DC (or 0xBFF9DC) is known color: Aero Blue. HEX triplet: BF, F9 and DC. RGB value is (191,249,220). Sum of RGB (Red+Green+Blue) = 191+249+220=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 249 (97.66% from 255 or 37.73% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9DC is #400623. Grayscale: #E4E4E4. Windows color (decimal): -4195876 or 14481855. OLE color: 14481855.
HSL color Cylindrical-coordinate representation of color #BFF9DC: 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.23%. Process color model (Four color, CMYK) of #BFF9DC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 220 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.02 |
| HSL | 150º | 0.83% | 0.86% | - |
| HSV(B) | 150º | 0.23% | 0.98% | - |
| XYZ | 68.28 | 84 | 80.32 | - |
| YUV | 228.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 220 | 0.23 | 0 | 0.12 | 0.02 | 150 | 0.83 | 0.86 |
| Hex | BF | F9 | DC | 17 | 0 | C | 2 | 96 | 53 | 56 |
| Octal | 277 | 371 | 334 | 27 | 0 | 14 | 2 | 226 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11011100 | 10111 | 0 | 1100 | 10 | 10010110 | 1010011 | 1010110 |
Color Harmonies of #BFF9DC
Complementary color
Monochromatic Colors of #BFF9DC
Black with #BFF9DC
Text Example
Text Example
White with #BFF9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9DC; }
p { color: rgb(191,249,220); }
H1.HeaderClassName
{
color: #BFF9DC;
}
.AnyTagClassName
{
color: #BFF9DC;
}
</style>
background-color css
<style>
a { background-color: #BFF9DC; }
a { background-color: rgb(191,249,220); }
div.DivClassName
{
background-color: #BFF9DC;
}
.BgClassName
{
background-color: #BFF9DC;
}
</style>
border-color css
<style>
span { border-color: #BFF9DC; }
span { border-color: rgb(191,249,220); }
td.TdClassName
{
border-color: #BFF9DC;
}
.TagClassName
{
border-color: #BFF9DC;
}
</style>