Shades of Jordy Blue #8AB1ED
Tints of Jordy Blue #8AB1ED
RGB
CMYK
RGB Variations
Color information
#8AB1ED (or 0x8AB1ED) is known color: Jordy Blue. HEX triplet: 8A, B1 and ED. RGB value is (138,177,237). Sum of RGB (Red+Green+Blue) = 138+177+237=552 (73% of max value = 765). Red value is 138 (54.30% from 255 or 25% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AB1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1ED is #754E12. Grayscale: #ABABAB. Windows color (decimal): -7687699 or 15577482. OLE color: 15577482.
HSL color Cylindrical-coordinate representation of color #8AB1ED: hue angle of 216.36º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB1ED is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 177 | 237 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.07 |
| HSL | 216.36º | 0.73% | 0.74% | - |
| HSV(B) | 216.36º | 0.42% | 0.93% | - |
| XYZ | 41.49 | 42.96 | 86.23 | - |
| YUV | 172.18 | 164.58 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 177 | 237 | 0.42 | 0.25 | 0 | 0.07 | 216.36 | 0.73 | 0.74 |
| Hex | 8A | B1 | ED | 2A | 19 | 0 | 7 | D8 | 49 | 4A |
| Octal | 212 | 261 | 355 | 52 | 31 | 0 | 7 | 330 | 111 | 112 |
| Binary | 10001010 | 10110001 | 11101101 | 101010 | 11001 | 0 | 111 | 11011000 | 1001001 | 1001010 |
Color Harmonies of #8AB1ED
Complementary color
Monochromatic Colors of #8AB1ED
Black with #8AB1ED
Text Example
Text Example
White with #8AB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB1ED; }
p { color: rgb(138,177,237); }
H1.HeaderClassName
{
color: #8AB1ED;
}
.AnyTagClassName
{
color: #8AB1ED;
}
</style>
background-color css
<style>
a { background-color: #8AB1ED; }
a { background-color: rgb(138,177,237); }
div.DivClassName
{
background-color: #8AB1ED;
}
.BgClassName
{
background-color: #8AB1ED;
}
</style>
border-color css
<style>
span { border-color: #8AB1ED; }
span { border-color: rgb(138,177,237); }
td.TdClassName
{
border-color: #8AB1ED;
}
.TagClassName
{
border-color: #8AB1ED;
}
</style>