Shades of Aero Blue #BFF9D4
Tints of Aero Blue #BFF9D4
RGB
CMYK
RGB Variations
Color information
#BFF9D4 (or 0xBFF9D4) is known color: Aero Blue. HEX triplet: BF, F9 and D4. RGB value is (191,249,212). Sum of RGB (Red+Green+Blue) = 191+249+212=652 (86% of max value = 765). Red value is 191 (75% from 255 or 29.29% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF9D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF9D4 is #40062B. Grayscale: #E3E3E3. Windows color (decimal): -4195884 or 13957567. OLE color: 13957567.
HSL color Cylindrical-coordinate representation of color #BFF9D4: hue angle of 141.72º 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 #BFF9D4 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 249 | 212 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.02 |
| HSL | 141.72º | 0.83% | 0.86% | - |
| HSV(B) | 141.72º | 0.23% | 0.98% | - |
| XYZ | 67.25 | 83.58 | 74.88 | - |
| YUV | 227.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 249 | 212 | 0.23 | 0 | 0.15 | 0.02 | 141.72 | 0.83 | 0.86 |
| Hex | BF | F9 | D4 | 17 | 0 | F | 2 | 8E | 53 | 56 |
| Octal | 277 | 371 | 324 | 27 | 0 | 17 | 2 | 216 | 123 | 126 |
| Binary | 10111111 | 11111001 | 11010100 | 10111 | 0 | 1111 | 10 | 10001110 | 1010011 | 1010110 |
Color Harmonies of #BFF9D4
Complementary color
Monochromatic Colors of #BFF9D4
Black with #BFF9D4
Text Example
Text Example
White with #BFF9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF9D4; }
p { color: rgb(191,249,212); }
H1.HeaderClassName
{
color: #BFF9D4;
}
.AnyTagClassName
{
color: #BFF9D4;
}
</style>
background-color css
<style>
a { background-color: #BFF9D4; }
a { background-color: rgb(191,249,212); }
div.DivClassName
{
background-color: #BFF9D4;
}
.BgClassName
{
background-color: #BFF9D4;
}
</style>
border-color css
<style>
span { border-color: #BFF9D4; }
span { border-color: rgb(191,249,212); }
td.TdClassName
{
border-color: #BFF9D4;
}
.TagClassName
{
border-color: #BFF9D4;
}
</style>