Shades of Aero Blue #BFF0D3
Tints of Aero Blue #BFF0D3
RGB
CMYK
RGB Variations
Color information
#BFF0D3 (or 0xBFF0D3) is known color: Aero Blue. HEX triplet: BF, F0 and D3. RGB value is (191,240,211). Sum of RGB (Red+Green+Blue) = 191+240+211=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF0D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF0D3 is #400F2C. Grayscale: #DEDEDE. Windows color (decimal): -4198189 or 13889727. OLE color: 13889727.
HSL color Cylindrical-coordinate representation of color #BFF0D3: hue angle of 144.49º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFF0D3 is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 191 | 240 | 211 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.06 |
| HSL | 144.49º | 0.62% | 0.85% | - |
| HSV(B) | 144.49º | 0.2% | 0.94% | - |
| XYZ | 64.4 | 78.1 | 73.31 | - |
| YUV | 222.04 | 121.77 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 240 | 211 | 0.20 | 0 | 0.12 | 0.06 | 144.49 | 0.62 | 0.85 |
| Hex | BF | F0 | D3 | 14 | 0 | C | 6 | 90 | 3E | 55 |
| Octal | 277 | 360 | 323 | 24 | 0 | 14 | 6 | 220 | 76 | 125 |
| Binary | 10111111 | 11110000 | 11010011 | 10100 | 0 | 1100 | 110 | 10010000 | 111110 | 1010101 |
Color Harmonies of #BFF0D3
Complementary color
Monochromatic Colors of #BFF0D3
Black with #BFF0D3
Text Example
Text Example
White with #BFF0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFF0D3; }
p { color: rgb(191,240,211); }
H1.HeaderClassName
{
color: #BFF0D3;
}
.AnyTagClassName
{
color: #BFF0D3;
}
</style>
background-color css
<style>
a { background-color: #BFF0D3; }
a { background-color: rgb(191,240,211); }
div.DivClassName
{
background-color: #BFF0D3;
}
.BgClassName
{
background-color: #BFF0D3;
}
</style>
border-color css
<style>
span { border-color: #BFF0D3; }
span { border-color: rgb(191,240,211); }
td.TdClassName
{
border-color: #BFF0D3;
}
.TagClassName
{
border-color: #BFF0D3;
}
</style>