Shades of Jordy Blue #8AABFD
Tints of Jordy Blue #8AABFD
RGB
CMYK
RGB Variations
Color information
#8AABFD (or 0x8AABFD) is known color: Jordy Blue. HEX triplet: 8A, AB and FD. RGB value is (138,171,253). Sum of RGB (Red+Green+Blue) = 138+171+253=562 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.56% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 253 (99.22% from 255 or 45.02% from 562); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABFD is #755402. Grayscale: #AAAAAA. Windows color (decimal): -7689219 or 16624522. OLE color: 16624522.
HSL color Cylindrical-coordinate representation of color #8AABFD: hue angle of 222.78º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AABFD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 171 | 253 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 222.78º | 0.97% | 0.77% | - |
| HSV(B) | 222.78º | 0.45% | 0.99% | - |
| XYZ | 42.77 | 41.62 | 98.71 | - |
| YUV | 170.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 253 | 0.45 | 0.32 | 0 | 0.01 | 222.78 | 0.97 | 0.77 |
| Hex | 8A | AB | FD | 2D | 20 | 0 | 1 | DF | 61 | 4D |
| Octal | 212 | 253 | 375 | 55 | 40 | 0 | 1 | 337 | 141 | 115 |
| Binary | 10001010 | 10101011 | 11111101 | 101101 | 100000 | 0 | 1 | 11011111 | 1100001 | 1001101 |
Color Harmonies of #8AABFD
Complementary color
Monochromatic Colors of #8AABFD
Black with #8AABFD
Text Example
Text Example
White with #8AABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABFD; }
p { color: rgb(138,171,253); }
H1.HeaderClassName
{
color: #8AABFD;
}
.AnyTagClassName
{
color: #8AABFD;
}
</style>
background-color css
<style>
a { background-color: #8AABFD; }
a { background-color: rgb(138,171,253); }
div.DivClassName
{
background-color: #8AABFD;
}
.BgClassName
{
background-color: #8AABFD;
}
</style>
border-color css
<style>
span { border-color: #8AABFD; }
span { border-color: rgb(138,171,253); }
td.TdClassName
{
border-color: #8AABFD;
}
.TagClassName
{
border-color: #8AABFD;
}
</style>