Shades of Jordy Blue #8DACF2
Tints of Jordy Blue #8DACF2
RGB
CMYK
RGB Variations
Color information
#8DACF2 (or 0x8DACF2) is known color: Jordy Blue. HEX triplet: 8D, AC and F2. RGB value is (141,172,242). Sum of RGB (Red+Green+Blue) = 141+172+242=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF2 is #72530D. Grayscale: #AAAAAA. Windows color (decimal): -7492366 or 15903885. OLE color: 15903885.
HSL color Cylindrical-coordinate representation of color #8DACF2: hue angle of 221.58º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DACF2 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 172 | 242 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.05 |
| HSL | 221.58º | 0.8% | 0.75% | - |
| HSV(B) | 221.58º | 0.42% | 0.95% | - |
| XYZ | 41.76 | 41.58 | 89.83 | - |
| YUV | 170.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 242 | 0.42 | 0.29 | 0 | 0.05 | 221.58 | 0.8 | 0.75 |
| Hex | 8D | AC | F2 | 2A | 1D | 0 | 5 | DE | 50 | 4B |
| Octal | 215 | 254 | 362 | 52 | 35 | 0 | 5 | 336 | 120 | 113 |
| Binary | 10001101 | 10101100 | 11110010 | 101010 | 11101 | 0 | 101 | 11011110 | 1010000 | 1001011 |
Color Harmonies of #8DACF2
Complementary color
Monochromatic Colors of #8DACF2
Black with #8DACF2
Text Example
Text Example
White with #8DACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACF2; }
p { color: rgb(141,172,242); }
H1.HeaderClassName
{
color: #8DACF2;
}
.AnyTagClassName
{
color: #8DACF2;
}
</style>
background-color css
<style>
a { background-color: #8DACF2; }
a { background-color: rgb(141,172,242); }
div.DivClassName
{
background-color: #8DACF2;
}
.BgClassName
{
background-color: #8DACF2;
}
</style>
border-color css
<style>
span { border-color: #8DACF2; }
span { border-color: rgb(141,172,242); }
td.TdClassName
{
border-color: #8DACF2;
}
.TagClassName
{
border-color: #8DACF2;
}
</style>