Shades of Jordy Blue #8AB2EC
Tints of Jordy Blue #8AB2EC
RGB
CMYK
RGB Variations
Color information
#8AB2EC (or 0x8AB2EC) is known color: Jordy Blue. HEX triplet: 8A, B2 and EC. RGB value is (138,178,236). Sum of RGB (Red+Green+Blue) = 138+178+236=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB2EC is #754D13. Grayscale: #ACACAC. Windows color (decimal): -7687444 or 15512202. OLE color: 15512202.
HSL color Cylindrical-coordinate representation of color #8AB2EC: hue angle of 215.51º 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 #8AB2EC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 178 | 236 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.07 |
| HSL | 215.51º | 0.72% | 0.73% | - |
| HSV(B) | 215.51º | 0.42% | 0.93% | - |
| XYZ | 41.54 | 43.3 | 85.53 | - |
| YUV | 172.65 | 163.75 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 178 | 236 | 0.42 | 0.25 | 0 | 0.07 | 215.51 | 0.72 | 0.73 |
| Hex | 8A | B2 | EC | 2A | 19 | 0 | 7 | D8 | 48 | 49 |
| Octal | 212 | 262 | 354 | 52 | 31 | 0 | 7 | 330 | 110 | 111 |
| Binary | 10001010 | 10110010 | 11101100 | 101010 | 11001 | 0 | 111 | 11011000 | 1001000 | 1001001 |
Color Harmonies of #8AB2EC
Complementary color
Monochromatic Colors of #8AB2EC
Black with #8AB2EC
Text Example
Text Example
White with #8AB2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB2EC; }
p { color: rgb(138,178,236); }
H1.HeaderClassName
{
color: #8AB2EC;
}
.AnyTagClassName
{
color: #8AB2EC;
}
</style>
background-color css
<style>
a { background-color: #8AB2EC; }
a { background-color: rgb(138,178,236); }
div.DivClassName
{
background-color: #8AB2EC;
}
.BgClassName
{
background-color: #8AB2EC;
}
</style>
border-color css
<style>
span { border-color: #8AB2EC; }
span { border-color: rgb(138,178,236); }
td.TdClassName
{
border-color: #8AB2EC;
}
.TagClassName
{
border-color: #8AB2EC;
}
</style>