Shades of Aero Blue #B5E3CC
Tints of Aero Blue #B5E3CC
RGB
CMYK
RGB Variations
Color information
#B5E3CC (or 0xB5E3CC) is known color: Aero Blue. HEX triplet: B5, E3 and CC. RGB value is (181,227,204). Sum of RGB (Red+Green+Blue) = 181+227+204=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 204 (80.08% from 255 or 33.33% from 612); Max value from RGB is 227 - color contains mainly: green. Hex color #B5E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5E3CC is #4A1C33. Grayscale: #D2D2D2. Windows color (decimal): -4856884 or 13427637. OLE color: 13427637.
HSL color Cylindrical-coordinate representation of color #B5E3CC: hue angle of 150º degrees, saturation: 0.45, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5E3CC is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 181 | 227 | 204 | - |
CMYK | 0.20 | 0 | 0.10 | 0.11 |
HSL | 150º | 0.45% | 0.8% | - |
HSV(B) | 150º | 0.2% | 0.89% | - |
XYZ | 57.42 | 69.12 | 67.44 | - |
YUV | 210.62 | 124.26 | 106.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 227 | 204 | 0.20 | 0 | 0.10 | 0.11 | 150 | 0.45 | 0.8 |
Hex | B5 | E3 | CC | 14 | 0 | A | B | 96 | 2D | 50 |
Octal | 265 | 343 | 314 | 24 | 0 | 12 | 13 | 226 | 55 | 120 |
Binary | 10110101 | 11100011 | 11001100 | 10100 | 0 | 1010 | 1011 | 10010110 | 101101 | 1010000 |
Color Harmonies of #B5E3CC
Complementary color
Monochromatic Colors of #B5E3CC
Black with #B5E3CC
Text Example
Text Example
White with #B5E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E3CC; }
p { color: rgb(181,227,204); }
H1.HeaderClassName
{
color: #B5E3CC;
}
.AnyTagClassName
{
color: #B5E3CC;
}
</style>
background-color css
<style>
a { background-color: #B5E3CC; }
a { background-color: rgb(181,227,204); }
div.DivClassName
{
background-color: #B5E3CC;
}
.BgClassName
{
background-color: #B5E3CC;
}
</style>
border-color css
<style>
span { border-color: #B5E3CC; }
span { border-color: rgb(181,227,204); }
td.TdClassName
{
border-color: #B5E3CC;
}
.TagClassName
{
border-color: #B5E3CC;
}
</style>