Shades of Aero Blue #B7DFCB
Tints of Aero Blue #B7DFCB
RGB
CMYK
RGB Variations
Color information
#B7DFCB (or 0xB7DFCB) is known color: Aero Blue. HEX triplet: B7, DF and CB. RGB value is (183,223,203). Sum of RGB (Red+Green+Blue) = 183+223+203=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCB is #482034. Grayscale: #D0D0D0. Windows color (decimal): -4726837 or 13361079. OLE color: 13361079.
HSL color Cylindrical-coordinate representation of color #B7DFCB: hue angle of 150º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFCB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 223 | 203 | - |
CMYK | 0.18 | 0 | 0.09 | 0.13 |
HSL | 150º | 0.38% | 0.8% | - |
HSV(B) | 150º | 0.18% | 0.87% | - |
XYZ | 56.7 | 67.15 | 66.47 | - |
YUV | 208.76 | 124.75 | 109.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 223 | 203 | 0.18 | 0 | 0.09 | 0.13 | 150 | 0.38 | 0.8 |
Hex | B7 | DF | CB | 12 | 0 | 9 | D | 96 | 26 | 50 |
Octal | 267 | 337 | 313 | 22 | 0 | 11 | 15 | 226 | 46 | 120 |
Binary | 10110111 | 11011111 | 11001011 | 10010 | 0 | 1001 | 1101 | 10010110 | 100110 | 1010000 |
Color Harmonies of #B7DFCB
Complementary color
Monochromatic Colors of #B7DFCB
Black with #B7DFCB
Text Example
Text Example
White with #B7DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFCB; }
p { color: rgb(183,223,203); }
H1.HeaderClassName
{
color: #B7DFCB;
}
.AnyTagClassName
{
color: #B7DFCB;
}
</style>
background-color css
<style>
a { background-color: #B7DFCB; }
a { background-color: rgb(183,223,203); }
div.DivClassName
{
background-color: #B7DFCB;
}
.BgClassName
{
background-color: #B7DFCB;
}
</style>
border-color css
<style>
span { border-color: #B7DFCB; }
span { border-color: rgb(183,223,203); }
td.TdClassName
{
border-color: #B7DFCB;
}
.TagClassName
{
border-color: #B7DFCB;
}
</style>