Shades of Aero Blue #BFF3D9
Tints of Aero Blue #BFF3D9
RGB
CMYK
RGB Variations
Color information
#BFF3D9 (or 0xBFF3D9) is known color: Aero Blue. HEX triplet: BF, F3 and D9. RGB value is (191,243,217). Sum of RGB (Red+Green+Blue) = 191+243+217=651 (86% of max value = 765). Red value is 191 (75% from 255 or 29.34% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 217 (85.16% from 255 or 33.33% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3D9 is #400C26. Grayscale: #E0E0E0. Windows color (decimal): -4197415 or 14283711. OLE color: 14283711.
HSL color Cylindrical-coordinate representation of color #BFF3D9: hue angle of 150º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFF3D9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 217 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.05 |
| HSL | 150º | 0.68% | 0.85% | - |
| HSV(B) | 150º | 0.21% | 0.95% | - |
| XYZ | 66.06 | 80.19 | 77.64 | - |
| YUV | 224.49 | 123.77 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 217 | 0.21 | 0 | 0.11 | 0.05 | 150 | 0.68 | 0.85 |
| Hex | BF | F3 | D9 | 15 | 0 | B | 5 | 96 | 44 | 55 |
| Octal | 277 | 363 | 331 | 25 | 0 | 13 | 5 | 226 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11011001 | 10101 | 0 | 1011 | 101 | 10010110 | 1000100 | 1010101 |
Color Harmonies of #BFF3D9
Complementary color
Monochromatic Colors of #BFF3D9
Black with #BFF3D9
Text Example
Text Example
White with #BFF3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3D9; }
p { color: rgb(191,243,217); }
H1.HeaderClassName
{
color: #BFF3D9;
}
.AnyTagClassName
{
color: #BFF3D9;
}
</style>
background-color css
<style>
a { background-color: #BFF3D9; }
a { background-color: rgb(191,243,217); }
div.DivClassName
{
background-color: #BFF3D9;
}
.BgClassName
{
background-color: #BFF3D9;
}
</style>
border-color css
<style>
span { border-color: #BFF3D9; }
span { border-color: rgb(191,243,217); }
td.TdClassName
{
border-color: #BFF3D9;
}
.TagClassName
{
border-color: #BFF3D9;
}
</style>