Shades of Aero Blue #B7EED2
Tints of Aero Blue #B7EED2
RGB
CMYK
RGB Variations
Color information
#B7EED2 (or 0xB7EED2) is known color: Aero Blue. HEX triplet: B7, EE and D2. RGB value is (183,238,210). Sum of RGB (Red+Green+Blue) = 183+238+210=631 (83% of max value = 765). Red value is 183 (71.88% from 255 or 29.00% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #B7EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7EED2 is #48112D. Grayscale: #DADADA. Windows color (decimal): -4722990 or 13823671. OLE color: 13823671.
HSL color Cylindrical-coordinate representation of color #B7EED2: hue angle of 149.45º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EED2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 183 | 238 | 210 | - |
CMYK | 0.23 | 0 | 0.12 | 0.07 |
HSL | 149.45º | 0.62% | 0.83% | - |
HSV(B) | 149.45º | 0.23% | 0.93% | - |
XYZ | 61.74 | 75.87 | 72.36 | - |
YUV | 218.36 | 123.28 | 102.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 238 | 210 | 0.23 | 0 | 0.12 | 0.07 | 149.45 | 0.62 | 0.83 |
Hex | B7 | EE | D2 | 17 | 0 | C | 7 | 95 | 3E | 53 |
Octal | 267 | 356 | 322 | 27 | 0 | 14 | 7 | 225 | 76 | 123 |
Binary | 10110111 | 11101110 | 11010010 | 10111 | 0 | 1100 | 111 | 10010101 | 111110 | 1010011 |
Color Harmonies of #B7EED2
Complementary color
Monochromatic Colors of #B7EED2
Black with #B7EED2
Text Example
Text Example
White with #B7EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EED2; }
p { color: rgb(183,238,210); }
H1.HeaderClassName
{
color: #B7EED2;
}
.AnyTagClassName
{
color: #B7EED2;
}
</style>
background-color css
<style>
a { background-color: #B7EED2; }
a { background-color: rgb(183,238,210); }
div.DivClassName
{
background-color: #B7EED2;
}
.BgClassName
{
background-color: #B7EED2;
}
</style>
border-color css
<style>
span { border-color: #B7EED2; }
span { border-color: rgb(183,238,210); }
td.TdClassName
{
border-color: #B7EED2;
}
.TagClassName
{
border-color: #B7EED2;
}
</style>