Shades of Jordy Blue #8DAEFD
Tints of Jordy Blue #8DAEFD
RGB
CMYK
RGB Variations
Color information
#8DAEFD (or 0x8DAEFD) is known color: Jordy Blue. HEX triplet: 8D, AE and FD. RGB value is (141,174,253). Sum of RGB (Red+Green+Blue) = 141+174+253=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFD is #725102. Grayscale: #ACACAC. Windows color (decimal): -7491843 or 16625293. OLE color: 16625293.
HSL color Cylindrical-coordinate representation of color #8DAEFD: hue angle of 222.32º 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 #8DAEFD is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 174 | 253 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.01 |
| HSL | 222.32º | 0.97% | 0.77% | - |
| HSV(B) | 222.32º | 0.44% | 0.99% | - |
| XYZ | 43.85 | 43.03 | 98.92 | - |
| YUV | 173.14 | 173.07 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 253 | 0.44 | 0.31 | 0 | 0.01 | 222.32 | 0.97 | 0.77 |
| Hex | 8D | AE | FD | 2C | 1F | 0 | 1 | DE | 61 | 4D |
| Octal | 215 | 256 | 375 | 54 | 37 | 0 | 1 | 336 | 141 | 115 |
| Binary | 10001101 | 10101110 | 11111101 | 101100 | 11111 | 0 | 1 | 11011110 | 1100001 | 1001101 |
Color Harmonies of #8DAEFD
Complementary color
Monochromatic Colors of #8DAEFD
Black with #8DAEFD
Text Example
Text Example
White with #8DAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEFD; }
p { color: rgb(141,174,253); }
H1.HeaderClassName
{
color: #8DAEFD;
}
.AnyTagClassName
{
color: #8DAEFD;
}
</style>
background-color css
<style>
a { background-color: #8DAEFD; }
a { background-color: rgb(141,174,253); }
div.DivClassName
{
background-color: #8DAEFD;
}
.BgClassName
{
background-color: #8DAEFD;
}
</style>
border-color css
<style>
span { border-color: #8DAEFD; }
span { border-color: rgb(141,174,253); }
td.TdClassName
{
border-color: #8DAEFD;
}
.TagClassName
{
border-color: #8DAEFD;
}
</style>