Shades of Jordy Blue #8DADFD
Tints of Jordy Blue #8DADFD
RGB
CMYK
RGB Variations
Color information
#8DADFD (or 0x8DADFD) is known color: Jordy Blue. HEX triplet: 8D, AD and FD. RGB value is (141,173,253). Sum of RGB (Red+Green+Blue) = 141+173+253=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFD is #725202. Grayscale: #ACACAC. Windows color (decimal): -7492099 or 16625037. OLE color: 16625037.
HSL color Cylindrical-coordinate representation of color #8DADFD: hue angle of 222.86º 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 #8DADFD is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 173 | 253 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.01 |
| HSL | 222.86º | 0.97% | 0.77% | - |
| HSV(B) | 222.86º | 0.44% | 0.99% | - |
| XYZ | 43.66 | 42.64 | 98.86 | - |
| YUV | 172.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 173 | 253 | 0.44 | 0.32 | 0 | 0.01 | 222.86 | 0.97 | 0.77 |
| Hex | 8D | AD | FD | 2C | 20 | 0 | 1 | DF | 61 | 4D |
| Octal | 215 | 255 | 375 | 54 | 40 | 0 | 1 | 337 | 141 | 115 |
| Binary | 10001101 | 10101101 | 11111101 | 101100 | 100000 | 0 | 1 | 11011111 | 1100001 | 1001101 |
Color Harmonies of #8DADFD
Complementary color
Monochromatic Colors of #8DADFD
Black with #8DADFD
Text Example
Text Example
White with #8DADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DADFD; }
p { color: rgb(141,173,253); }
H1.HeaderClassName
{
color: #8DADFD;
}
.AnyTagClassName
{
color: #8DADFD;
}
</style>
background-color css
<style>
a { background-color: #8DADFD; }
a { background-color: rgb(141,173,253); }
div.DivClassName
{
background-color: #8DADFD;
}
.BgClassName
{
background-color: #8DADFD;
}
</style>
border-color css
<style>
span { border-color: #8DADFD; }
span { border-color: rgb(141,173,253); }
td.TdClassName
{
border-color: #8DADFD;
}
.TagClassName
{
border-color: #8DADFD;
}
</style>