Shades of Aero Blue #BFF3DB
Tints of Aero Blue #BFF3DB
RGB
CMYK
RGB Variations
Color information
#BFF3DB (or 0xBFF3DB) is known color: Aero Blue. HEX triplet: BF, F3 and DB. RGB value is (191,243,219). Sum of RGB (Red+Green+Blue) = 191+243+219=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #BFF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF3DB is #400C24. Grayscale: #E0E0E0. Windows color (decimal): -4197413 or 14414783. OLE color: 14414783.
HSL color Cylindrical-coordinate representation of color #BFF3DB: hue angle of 152.31º 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 #BFF3DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 243 | 219 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 152.31º | 0.68% | 0.85% | - |
| HSV(B) | 152.31º | 0.21% | 0.95% | - |
| XYZ | 66.32 | 80.29 | 79.02 | - |
| YUV | 224.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 243 | 219 | 0.21 | 0 | 0.10 | 0.05 | 152.31 | 0.68 | 0.85 |
| Hex | BF | F3 | DB | 15 | 0 | A | 5 | 98 | 44 | 55 |
| Octal | 277 | 363 | 333 | 25 | 0 | 12 | 5 | 230 | 104 | 125 |
| Binary | 10111111 | 11110011 | 11011011 | 10101 | 0 | 1010 | 101 | 10011000 | 1000100 | 1010101 |
Color Harmonies of #BFF3DB
Complementary color
Monochromatic Colors of #BFF3DB
Black with #BFF3DB
Text Example
Text Example
White with #BFF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF3DB; }
p { color: rgb(191,243,219); }
H1.HeaderClassName
{
color: #BFF3DB;
}
.AnyTagClassName
{
color: #BFF3DB;
}
</style>
background-color css
<style>
a { background-color: #BFF3DB; }
a { background-color: rgb(191,243,219); }
div.DivClassName
{
background-color: #BFF3DB;
}
.BgClassName
{
background-color: #BFF3DB;
}
</style>
border-color css
<style>
span { border-color: #BFF3DB; }
span { border-color: rgb(191,243,219); }
td.TdClassName
{
border-color: #BFF3DB;
}
.TagClassName
{
border-color: #BFF3DB;
}
</style>