Shades of Jordy Blue #8BAAEC
Tints of Jordy Blue #8BAAEC
RGB
CMYK
RGB Variations
Color information
#8BAAEC (or 0x8BAAEC) is known color: Jordy Blue. HEX triplet: 8B, AA and EC. RGB value is (139,170,236). Sum of RGB (Red+Green+Blue) = 139+170+236=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BAAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAEC is #745513. Grayscale: #A7A7A7. Windows color (decimal): -7623956 or 15510155. OLE color: 15510155.
HSL color Cylindrical-coordinate representation of color #8BAAEC: hue angle of 220.82º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BAAEC is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 170 | 236 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 220.82º | 0.72% | 0.74% | - |
| HSV(B) | 220.82º | 0.41% | 0.93% | - |
| XYZ | 40.16 | 40.29 | 85.02 | - |
| YUV | 168.26 | 166.23 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 236 | 0.41 | 0.28 | 0 | 0.07 | 220.82 | 0.72 | 0.74 |
| Hex | 8B | AA | EC | 29 | 1C | 0 | 7 | DD | 48 | 4A |
| Octal | 213 | 252 | 354 | 51 | 34 | 0 | 7 | 335 | 110 | 112 |
| Binary | 10001011 | 10101010 | 11101100 | 101001 | 11100 | 0 | 111 | 11011101 | 1001000 | 1001010 |
Color Harmonies of #8BAAEC
Complementary color
Monochromatic Colors of #8BAAEC
Black with #8BAAEC
Text Example
Text Example
White with #8BAAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAEC; }
p { color: rgb(139,170,236); }
H1.HeaderClassName
{
color: #8BAAEC;
}
.AnyTagClassName
{
color: #8BAAEC;
}
</style>
background-color css
<style>
a { background-color: #8BAAEC; }
a { background-color: rgb(139,170,236); }
div.DivClassName
{
background-color: #8BAAEC;
}
.BgClassName
{
background-color: #8BAAEC;
}
</style>
border-color css
<style>
span { border-color: #8BAAEC; }
span { border-color: rgb(139,170,236); }
td.TdClassName
{
border-color: #8BAAEC;
}
.TagClassName
{
border-color: #8BAAEC;
}
</style>