Shades of Jordy Blue #8DAAFD
Tints of Jordy Blue #8DAAFD
RGB
CMYK
RGB Variations
Color information
#8DAAFD (or 0x8DAAFD) is known color: Jordy Blue. HEX triplet: 8D, AA and FD. RGB value is (141,170,253). Sum of RGB (Red+Green+Blue) = 141+170+253=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFD is #725502. Grayscale: #AAAAAA. Windows color (decimal): -7492867 or 16624269. OLE color: 16624269.
HSL color Cylindrical-coordinate representation of color #8DAAFD: hue angle of 224.46º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DAAFD is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 170 | 253 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.01 |
| HSL | 224.46º | 0.97% | 0.77% | - |
| HSV(B) | 224.46º | 0.44% | 0.99% | - |
| XYZ | 43.09 | 41.5 | 98.67 | - |
| YUV | 170.79 | 174.39 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 253 | 0.44 | 0.33 | 0 | 0.01 | 224.46 | 0.97 | 0.77 |
| Hex | 8D | AA | FD | 2C | 21 | 0 | 1 | E0 | 61 | 4D |
| Octal | 215 | 252 | 375 | 54 | 41 | 0 | 1 | 340 | 141 | 115 |
| Binary | 10001101 | 10101010 | 11111101 | 101100 | 100001 | 0 | 1 | 11100000 | 1100001 | 1001101 |
Color Harmonies of #8DAAFD
Complementary color
Monochromatic Colors of #8DAAFD
Black with #8DAAFD
Text Example
Text Example
White with #8DAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAFD; }
p { color: rgb(141,170,253); }
H1.HeaderClassName
{
color: #8DAAFD;
}
.AnyTagClassName
{
color: #8DAAFD;
}
</style>
background-color css
<style>
a { background-color: #8DAAFD; }
a { background-color: rgb(141,170,253); }
div.DivClassName
{
background-color: #8DAAFD;
}
.BgClassName
{
background-color: #8DAAFD;
}
</style>
border-color css
<style>
span { border-color: #8DAAFD; }
span { border-color: rgb(141,170,253); }
td.TdClassName
{
border-color: #8DAAFD;
}
.TagClassName
{
border-color: #8DAAFD;
}
</style>