Shades of Aero Blue #B7DFCA
Tints of Aero Blue #B7DFCA
RGB
CMYK
RGB Variations
Color information
#B7DFCA (or 0xB7DFCA) is known color: Aero Blue. HEX triplet: B7, DF and CA. RGB value is (183,223,202). Sum of RGB (Red+Green+Blue) = 183+223+202=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFCA is #482035. Grayscale: #D0D0D0. Windows color (decimal): -4726838 or 13295543. OLE color: 13295543.
HSL color Cylindrical-coordinate representation of color #B7DFCA: hue angle of 148.5º 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 #B7DFCA is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 223 | 202 | - |
CMYK | 0.18 | 0 | 0.09 | 0.13 |
HSL | 148.5º | 0.38% | 0.8% | - |
HSV(B) | 148.5º | 0.18% | 0.87% | - |
XYZ | 56.58 | 67.11 | 65.85 | - |
YUV | 208.65 | 124.25 | 109.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 223 | 202 | 0.18 | 0 | 0.09 | 0.13 | 148.5 | 0.38 | 0.8 |
Hex | B7 | DF | CA | 12 | 0 | 9 | D | 94 | 26 | 50 |
Octal | 267 | 337 | 312 | 22 | 0 | 11 | 15 | 224 | 46 | 120 |
Binary | 10110111 | 11011111 | 11001010 | 10010 | 0 | 1001 | 1101 | 10010100 | 100110 | 1010000 |
Color Harmonies of #B7DFCA
Complementary color
Monochromatic Colors of #B7DFCA
Black with #B7DFCA
Text Example
Text Example
White with #B7DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DFCA; }
p { color: rgb(183,223,202); }
H1.HeaderClassName
{
color: #B7DFCA;
}
.AnyTagClassName
{
color: #B7DFCA;
}
</style>
background-color css
<style>
a { background-color: #B7DFCA; }
a { background-color: rgb(183,223,202); }
div.DivClassName
{
background-color: #B7DFCA;
}
.BgClassName
{
background-color: #B7DFCA;
}
</style>
border-color css
<style>
span { border-color: #B7DFCA; }
span { border-color: rgb(183,223,202); }
td.TdClassName
{
border-color: #B7DFCA;
}
.TagClassName
{
border-color: #B7DFCA;
}
</style>