Shades of Jordy Blue #8DACFE
Tints of Jordy Blue #8DACFE
RGB
CMYK
RGB Variations
Color information
#8DACFE (or 0x8DACFE) is known color: Jordy Blue. HEX triplet: 8D, AC and FE. RGB value is (141,172,254). Sum of RGB (Red+Green+Blue) = 141+172+254=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFE is #725301. Grayscale: #ABABAB. Windows color (decimal): -7492354 or 16690317. OLE color: 16690317.
HSL color Cylindrical-coordinate representation of color #8DACFE: hue angle of 223.54º 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 #8DACFE is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 172 | 254 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.00 |
| HSL | 223.54º | 0.98% | 0.77% | - |
| HSV(B) | 223.54º | 0.44% | 1% | - |
| XYZ | 43.63 | 42.32 | 99.64 | - |
| YUV | 172.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 254 | 0.44 | 0.32 | 0 | 0.00 | 223.54 | 0.98 | 0.77 |
| Hex | 8D | AC | FE | 2C | 20 | 0 | 0 | E0 | 62 | 4D |
| Octal | 215 | 254 | 376 | 54 | 40 | 0 | 0 | 340 | 142 | 115 |
| Binary | 10001101 | 10101100 | 11111110 | 101100 | 100000 | 0 | 0 | 11100000 | 1100010 | 1001101 |
Color Harmonies of #8DACFE
Complementary color
Monochromatic Colors of #8DACFE
Black with #8DACFE
Text Example
Text Example
White with #8DACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACFE; }
p { color: rgb(141,172,254); }
H1.HeaderClassName
{
color: #8DACFE;
}
.AnyTagClassName
{
color: #8DACFE;
}
</style>
background-color css
<style>
a { background-color: #8DACFE; }
a { background-color: rgb(141,172,254); }
div.DivClassName
{
background-color: #8DACFE;
}
.BgClassName
{
background-color: #8DACFE;
}
</style>
border-color css
<style>
span { border-color: #8DACFE; }
span { border-color: rgb(141,172,254); }
td.TdClassName
{
border-color: #8DACFE;
}
.TagClassName
{
border-color: #8DACFE;
}
</style>