Shades of Jordy Blue #8BAAFD
Tints of Jordy Blue #8BAAFD
RGB
CMYK
RGB Variations
Color information
#8BAAFD (or 0x8BAAFD) is known color: Jordy Blue. HEX triplet: 8B, AA and FD. RGB value is (139,170,253). Sum of RGB (Red+Green+Blue) = 139+170+253=562 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.73% from 562); Green value is 170 (66.80% from 255 or 30.25% 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 #8BAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFD is #745502. Grayscale: #A9A9A9. Windows color (decimal): -7623939 or 16624267. OLE color: 16624267.
HSL color Cylindrical-coordinate representation of color #8BAAFD: hue angle of 223.68º 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 #8BAAFD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 170 | 253 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.01 |
| HSL | 223.68º | 0.97% | 0.77% | - |
| HSV(B) | 223.68º | 0.45% | 0.99% | - |
| XYZ | 42.75 | 41.33 | 98.65 | - |
| YUV | 170.19 | 174.73 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 253 | 0.45 | 0.33 | 0 | 0.01 | 223.68 | 0.97 | 0.77 |
| Hex | 8B | AA | FD | 2D | 21 | 0 | 1 | E0 | 61 | 4D |
| Octal | 213 | 252 | 375 | 55 | 41 | 0 | 1 | 340 | 141 | 115 |
| Binary | 10001011 | 10101010 | 11111101 | 101101 | 100001 | 0 | 1 | 11100000 | 1100001 | 1001101 |
Color Harmonies of #8BAAFD
Complementary color
Monochromatic Colors of #8BAAFD
Black with #8BAAFD
Text Example
Text Example
White with #8BAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAFD; }
p { color: rgb(139,170,253); }
H1.HeaderClassName
{
color: #8BAAFD;
}
.AnyTagClassName
{
color: #8BAAFD;
}
</style>
background-color css
<style>
a { background-color: #8BAAFD; }
a { background-color: rgb(139,170,253); }
div.DivClassName
{
background-color: #8BAAFD;
}
.BgClassName
{
background-color: #8BAAFD;
}
</style>
border-color css
<style>
span { border-color: #8BAAFD; }
span { border-color: rgb(139,170,253); }
td.TdClassName
{
border-color: #8BAAFD;
}
.TagClassName
{
border-color: #8BAAFD;
}
</style>