Shades of Jordy Blue #8BAEFD
Tints of Jordy Blue #8BAEFD
RGB
CMYK
RGB Variations
Color information
#8BAEFD (or 0x8BAEFD) is known color: Jordy Blue. HEX triplet: 8B, AE and FD. RGB value is (139,174,253). Sum of RGB (Red+Green+Blue) = 139+174+253=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEFD is #745102. Grayscale: #ACACAC. Windows color (decimal): -7622915 or 16625291. OLE color: 16625291.
HSL color Cylindrical-coordinate representation of color #8BAEFD: hue angle of 221.58º 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 #8BAEFD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 174 | 253 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.01 |
| HSL | 221.58º | 0.97% | 0.77% | - |
| HSV(B) | 221.58º | 0.45% | 0.99% | - |
| XYZ | 43.51 | 42.85 | 98.91 | - |
| YUV | 172.54 | 173.4 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 253 | 0.45 | 0.31 | 0 | 0.01 | 221.58 | 0.97 | 0.77 |
| Hex | 8B | AE | FD | 2D | 1F | 0 | 1 | DE | 61 | 4D |
| Octal | 213 | 256 | 375 | 55 | 37 | 0 | 1 | 336 | 141 | 115 |
| Binary | 10001011 | 10101110 | 11111101 | 101101 | 11111 | 0 | 1 | 11011110 | 1100001 | 1001101 |
Color Harmonies of #8BAEFD
Complementary color
Monochromatic Colors of #8BAEFD
Black with #8BAEFD
Text Example
Text Example
White with #8BAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEFD; }
p { color: rgb(139,174,253); }
H1.HeaderClassName
{
color: #8BAEFD;
}
.AnyTagClassName
{
color: #8BAEFD;
}
</style>
background-color css
<style>
a { background-color: #8BAEFD; }
a { background-color: rgb(139,174,253); }
div.DivClassName
{
background-color: #8BAEFD;
}
.BgClassName
{
background-color: #8BAEFD;
}
</style>
border-color css
<style>
span { border-color: #8BAEFD; }
span { border-color: rgb(139,174,253); }
td.TdClassName
{
border-color: #8BAEFD;
}
.TagClassName
{
border-color: #8BAEFD;
}
</style>