Shades of Jordy Blue #8DAAFE
Tints of Jordy Blue #8DAAFE
RGB
CMYK
RGB Variations
Color information
#8DAAFE (or 0x8DAAFE) is known color: Jordy Blue. HEX triplet: 8D, AA and FE. RGB value is (141,170,254). Sum of RGB (Red+Green+Blue) = 141+170+254=565 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.96% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DAAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFE is #725501. Grayscale: #AAAAAA. Windows color (decimal): -7492866 or 16689805. OLE color: 16689805.
HSL color Cylindrical-coordinate representation of color #8DAAFE: hue angle of 224.6º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DAAFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 170 | 254 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.00 |
| HSL | 224.6º | 0.98% | 0.77% | - |
| HSV(B) | 224.6º | 0.44% | 1% | - |
| XYZ | 43.25 | 41.57 | 99.51 | - |
| YUV | 170.91 | 174.89 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 254 | 0.44 | 0.33 | 0 | 0.00 | 224.6 | 0.98 | 0.77 |
| Hex | 8D | AA | FE | 2C | 21 | 0 | 0 | E1 | 62 | 4D |
| Octal | 215 | 252 | 376 | 54 | 41 | 0 | 0 | 341 | 142 | 115 |
| Binary | 10001101 | 10101010 | 11111110 | 101100 | 100001 | 0 | 0 | 11100001 | 1100010 | 1001101 |
Color Harmonies of #8DAAFE
Complementary color
Monochromatic Colors of #8DAAFE
Black with #8DAAFE
Text Example
Text Example
White with #8DAAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAFE; }
p { color: rgb(141,170,254); }
H1.HeaderClassName
{
color: #8DAAFE;
}
.AnyTagClassName
{
color: #8DAAFE;
}
</style>
background-color css
<style>
a { background-color: #8DAAFE; }
a { background-color: rgb(141,170,254); }
div.DivClassName
{
background-color: #8DAAFE;
}
.BgClassName
{
background-color: #8DAAFE;
}
</style>
border-color css
<style>
span { border-color: #8DAAFE; }
span { border-color: rgb(141,170,254); }
td.TdClassName
{
border-color: #8DAAFE;
}
.TagClassName
{
border-color: #8DAAFE;
}
</style>