Shades of Aero Blue #BFF2DB
Tints of Aero Blue #BFF2DB
RGB
CMYK
RGB Variations
Color information
#BFF2DB (or 0xBFF2DB) is known color: Aero Blue. HEX triplet: BF, F2 and DB. RGB value is (191,242,219). Sum of RGB (Red+Green+Blue) = 191+242+219=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF2DB is #400D24. Grayscale: #E0E0E0. Windows color (decimal): -4197669 or 14414527. OLE color: 14414527.
HSL color Cylindrical-coordinate representation of color #BFF2DB: hue angle of 152.94º degrees, saturation: 0.66, 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 #BFF2DB is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 242 | 219 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 152.94º | 0.66% | 0.85% | - |
| HSV(B) | 152.94º | 0.21% | 0.95% | - |
| XYZ | 66.02 | 79.7 | 78.92 | - |
| YUV | 224.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 242 | 219 | 0.21 | 0 | 0.10 | 0.05 | 152.94 | 0.66 | 0.85 |
| Hex | BF | F2 | DB | 15 | 0 | A | 5 | 99 | 42 | 55 |
| Octal | 277 | 362 | 333 | 25 | 0 | 12 | 5 | 231 | 102 | 125 |
| Binary | 10111111 | 11110010 | 11011011 | 10101 | 0 | 1010 | 101 | 10011001 | 1000010 | 1010101 |
Color Harmonies of #BFF2DB
Complementary color
Monochromatic Colors of #BFF2DB
Black with #BFF2DB
Text Example
Text Example
White with #BFF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF2DB; }
p { color: rgb(191,242,219); }
H1.HeaderClassName
{
color: #BFF2DB;
}
.AnyTagClassName
{
color: #BFF2DB;
}
</style>
background-color css
<style>
a { background-color: #BFF2DB; }
a { background-color: rgb(191,242,219); }
div.DivClassName
{
background-color: #BFF2DB;
}
.BgClassName
{
background-color: #BFF2DB;
}
</style>
border-color css
<style>
span { border-color: #BFF2DB; }
span { border-color: rgb(191,242,219); }
td.TdClassName
{
border-color: #BFF2DB;
}
.TagClassName
{
border-color: #BFF2DB;
}
</style>