Shades of Jordy Blue #8DAAFC
Tints of Jordy Blue #8DAAFC
RGB
CMYK
RGB Variations
Color information
#8DAAFC (or 0x8DAAFC) is known color: Jordy Blue. HEX triplet: 8D, AA and FC. RGB value is (141,170,252). Sum of RGB (Red+Green+Blue) = 141+170+252=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8DAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFC is #725503. Grayscale: #AAAAAA. Windows color (decimal): -7492868 or 16558733. OLE color: 16558733.
HSL color Cylindrical-coordinate representation of color #8DAAFC: hue angle of 224.32º degrees, saturation: 0.95, 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 #8DAAFC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 170 | 252 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.01 |
| HSL | 224.32º | 0.95% | 0.77% | - |
| HSV(B) | 224.32º | 0.44% | 0.99% | - |
| XYZ | 42.93 | 41.44 | 97.83 | - |
| YUV | 170.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 252 | 0.44 | 0.33 | 0 | 0.01 | 224.32 | 0.95 | 0.77 |
| Hex | 8D | AA | FC | 2C | 21 | 0 | 1 | E0 | 5F | 4D |
| Octal | 215 | 252 | 374 | 54 | 41 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001101 | 10101010 | 11111100 | 101100 | 100001 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8DAAFC
Complementary color
Monochromatic Colors of #8DAAFC
Black with #8DAAFC
Text Example
Text Example
White with #8DAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAFC; }
p { color: rgb(141,170,252); }
H1.HeaderClassName
{
color: #8DAAFC;
}
.AnyTagClassName
{
color: #8DAAFC;
}
</style>
background-color css
<style>
a { background-color: #8DAAFC; }
a { background-color: rgb(141,170,252); }
div.DivClassName
{
background-color: #8DAAFC;
}
.BgClassName
{
background-color: #8DAAFC;
}
</style>
border-color css
<style>
span { border-color: #8DAAFC; }
span { border-color: rgb(141,170,252); }
td.TdClassName
{
border-color: #8DAAFC;
}
.TagClassName
{
border-color: #8DAAFC;
}
</style>