Shades of Jordy Blue #8AB6EC
Tints of Jordy Blue #8AB6EC
RGB
CMYK
RGB Variations
Color information
#8AB6EC (or 0x8AB6EC) is known color: Jordy Blue. HEX triplet: 8A, B6 and EC. RGB value is (138,182,236). Sum of RGB (Red+Green+Blue) = 138+182+236=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB6EC is #754913. Grayscale: #AEAEAE. Windows color (decimal): -7686420 or 15513226. OLE color: 15513226.
HSL color Cylindrical-coordinate representation of color #8AB6EC: hue angle of 213.06º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB6EC is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 182 | 236 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.07 |
| HSL | 213.06º | 0.72% | 0.73% | - |
| HSV(B) | 213.06º | 0.42% | 0.93% | - |
| XYZ | 42.35 | 44.92 | 85.79 | - |
| YUV | 175 | 162.42 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 182 | 236 | 0.42 | 0.23 | 0 | 0.07 | 213.06 | 0.72 | 0.73 |
| Hex | 8A | B6 | EC | 2A | 17 | 0 | 7 | D5 | 48 | 49 |
| Octal | 212 | 266 | 354 | 52 | 27 | 0 | 7 | 325 | 110 | 111 |
| Binary | 10001010 | 10110110 | 11101100 | 101010 | 10111 | 0 | 111 | 11010101 | 1001000 | 1001001 |
Color Harmonies of #8AB6EC
Complementary color
Monochromatic Colors of #8AB6EC
Black with #8AB6EC
Text Example
Text Example
White with #8AB6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB6EC; }
p { color: rgb(138,182,236); }
H1.HeaderClassName
{
color: #8AB6EC;
}
.AnyTagClassName
{
color: #8AB6EC;
}
</style>
background-color css
<style>
a { background-color: #8AB6EC; }
a { background-color: rgb(138,182,236); }
div.DivClassName
{
background-color: #8AB6EC;
}
.BgClassName
{
background-color: #8AB6EC;
}
</style>
border-color css
<style>
span { border-color: #8AB6EC; }
span { border-color: rgb(138,182,236); }
td.TdClassName
{
border-color: #8AB6EC;
}
.TagClassName
{
border-color: #8AB6EC;
}
</style>