Shades of Jordy Blue #8DACFB
Tints of Jordy Blue #8DACFB
RGB
CMYK
RGB Variations
Color information
#8DACFB (or 0x8DACFB) is known color: Jordy Blue. HEX triplet: 8D, AC and FB. RGB value is (141,172,251). Sum of RGB (Red+Green+Blue) = 141+172+251=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFB is #725304. Grayscale: #ABABAB. Windows color (decimal): -7492357 or 16493709. OLE color: 16493709.
HSL color Cylindrical-coordinate representation of color #8DACFB: hue angle of 223.09º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DACFB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 172 | 251 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.02 |
| HSL | 223.09º | 0.93% | 0.77% | - |
| HSV(B) | 223.09º | 0.44% | 0.98% | - |
| XYZ | 43.15 | 42.13 | 97.13 | - |
| YUV | 171.74 | 172.73 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 172 | 251 | 0.44 | 0.31 | 0 | 0.02 | 223.09 | 0.93 | 0.77 |
| Hex | 8D | AC | FB | 2C | 1F | 0 | 2 | DF | 5D | 4D |
| Octal | 215 | 254 | 373 | 54 | 37 | 0 | 2 | 337 | 135 | 115 |
| Binary | 10001101 | 10101100 | 11111011 | 101100 | 11111 | 0 | 10 | 11011111 | 1011101 | 1001101 |
Color Harmonies of #8DACFB
Complementary color
Monochromatic Colors of #8DACFB
Black with #8DACFB
Text Example
Text Example
White with #8DACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DACFB; }
p { color: rgb(141,172,251); }
H1.HeaderClassName
{
color: #8DACFB;
}
.AnyTagClassName
{
color: #8DACFB;
}
</style>
background-color css
<style>
a { background-color: #8DACFB; }
a { background-color: rgb(141,172,251); }
div.DivClassName
{
background-color: #8DACFB;
}
.BgClassName
{
background-color: #8DACFB;
}
</style>
border-color css
<style>
span { border-color: #8DACFB; }
span { border-color: rgb(141,172,251); }
td.TdClassName
{
border-color: #8DACFB;
}
.TagClassName
{
border-color: #8DACFB;
}
</style>