Shades of Jordy Blue #8AB1EC
Tints of Jordy Blue #8AB1EC
RGB
CMYK
RGB Variations
Color information
#8AB1EC (or 0x8AB1EC) is known color: Jordy Blue. HEX triplet: 8A, B1 and EC. RGB value is (138,177,236). Sum of RGB (Red+Green+Blue) = 138+177+236=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 177 (69.53% from 255 or 32.12% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1EC is #754E13. Grayscale: #ABABAB. Windows color (decimal): -7687700 or 15511946. OLE color: 15511946.
HSL color Cylindrical-coordinate representation of color #8AB1EC: hue angle of 216.12º 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 #8AB1EC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 177 | 236 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.07 |
| HSL | 216.12º | 0.72% | 0.73% | - |
| HSV(B) | 216.12º | 0.42% | 0.93% | - |
| XYZ | 41.34 | 42.9 | 85.46 | - |
| YUV | 172.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 236 | 0.42 | 0.25 | 0 | 0.07 | 216.12 | 0.72 | 0.73 |
| Hex | 8A | B1 | EC | 2A | 19 | 0 | 7 | D8 | 48 | 49 |
| Octal | 212 | 261 | 354 | 52 | 31 | 0 | 7 | 330 | 110 | 111 |
| Binary | 10001010 | 10110001 | 11101100 | 101010 | 11001 | 0 | 111 | 11011000 | 1001000 | 1001001 |
Color Harmonies of #8AB1EC
Complementary color
Monochromatic Colors of #8AB1EC
Black with #8AB1EC
Text Example
Text Example
White with #8AB1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB1EC; }
p { color: rgb(138,177,236); }
H1.HeaderClassName
{
color: #8AB1EC;
}
.AnyTagClassName
{
color: #8AB1EC;
}
</style>
background-color css
<style>
a { background-color: #8AB1EC; }
a { background-color: rgb(138,177,236); }
div.DivClassName
{
background-color: #8AB1EC;
}
.BgClassName
{
background-color: #8AB1EC;
}
</style>
border-color css
<style>
span { border-color: #8AB1EC; }
span { border-color: rgb(138,177,236); }
td.TdClassName
{
border-color: #8AB1EC;
}
.TagClassName
{
border-color: #8AB1EC;
}
</style>