Shades of Aero Blue #B5DFCA
Tints of Aero Blue #B5DFCA
RGB
CMYK
RGB Variations
Color information
#B5DFCA (or 0xB5DFCA) is known color: Aero Blue. HEX triplet: B5, DF and CA. RGB value is (181,223,202). Sum of RGB (Red+Green+Blue) = 181+223+202=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFCA is #4A2035. Grayscale: #D0D0D0. Windows color (decimal): -4857910 or 13295541. OLE color: 13295541.
HSL color Cylindrical-coordinate representation of color #B5DFCA: hue angle of 150º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5DFCA is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 223 | 202 | - |
CMYK | 0.19 | 0 | 0.09 | 0.13 |
HSL | 150º | 0.4% | 0.79% | - |
HSV(B) | 150º | 0.19% | 0.87% | - |
XYZ | 56.1 | 66.86 | 65.83 | - |
YUV | 208.05 | 124.59 | 108.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 223 | 202 | 0.19 | 0 | 0.09 | 0.13 | 150 | 0.4 | 0.79 |
Hex | B5 | DF | CA | 13 | 0 | 9 | D | 96 | 28 | 4F |
Octal | 265 | 337 | 312 | 23 | 0 | 11 | 15 | 226 | 50 | 117 |
Binary | 10110101 | 11011111 | 11001010 | 10011 | 0 | 1001 | 1101 | 10010110 | 101000 | 1001111 |
Color Harmonies of #B5DFCA
Complementary color
Monochromatic Colors of #B5DFCA
Black with #B5DFCA
Text Example
Text Example
White with #B5DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DFCA; }
p { color: rgb(181,223,202); }
H1.HeaderClassName
{
color: #B5DFCA;
}
.AnyTagClassName
{
color: #B5DFCA;
}
</style>
background-color css
<style>
a { background-color: #B5DFCA; }
a { background-color: rgb(181,223,202); }
div.DivClassName
{
background-color: #B5DFCA;
}
.BgClassName
{
background-color: #B5DFCA;
}
</style>
border-color css
<style>
span { border-color: #B5DFCA; }
span { border-color: rgb(181,223,202); }
td.TdClassName
{
border-color: #B5DFCA;
}
.TagClassName
{
border-color: #B5DFCA;
}
</style>