Shades of Jordy Blue #8DABFE
Tints of Jordy Blue #8DABFE
RGB
CMYK
RGB Variations
Color information
#8DABFE (or 0x8DABFE) is known color: Jordy Blue. HEX triplet: 8D, AB and FE. RGB value is (141,171,254). Sum of RGB (Red+Green+Blue) = 141+171+254=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFE is #725401. Grayscale: #ABABAB. Windows color (decimal): -7492610 or 16690061. OLE color: 16690061.
HSL color Cylindrical-coordinate representation of color #8DABFE: hue angle of 224.07º 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 #8DABFE is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 171 | 254 | - |
| CMYK | 0.44 | 0.33 | 0 | 0.00 |
| HSL | 224.07º | 0.98% | 0.77% | - |
| HSV(B) | 224.07º | 0.44% | 1% | - |
| XYZ | 43.44 | 41.94 | 99.57 | - |
| YUV | 171.49 | 174.56 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 254 | 0.44 | 0.33 | 0 | 0.00 | 224.07 | 0.98 | 0.77 |
| Hex | 8D | AB | FE | 2C | 21 | 0 | 0 | E0 | 62 | 4D |
| Octal | 215 | 253 | 376 | 54 | 41 | 0 | 0 | 340 | 142 | 115 |
| Binary | 10001101 | 10101011 | 11111110 | 101100 | 100001 | 0 | 0 | 11100000 | 1100010 | 1001101 |
Color Harmonies of #8DABFE
Complementary color
Monochromatic Colors of #8DABFE
Black with #8DABFE
Text Example
Text Example
White with #8DABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABFE; }
p { color: rgb(141,171,254); }
H1.HeaderClassName
{
color: #8DABFE;
}
.AnyTagClassName
{
color: #8DABFE;
}
</style>
background-color css
<style>
a { background-color: #8DABFE; }
a { background-color: rgb(141,171,254); }
div.DivClassName
{
background-color: #8DABFE;
}
.BgClassName
{
background-color: #8DABFE;
}
</style>
border-color css
<style>
span { border-color: #8DABFE; }
span { border-color: rgb(141,171,254); }
td.TdClassName
{
border-color: #8DABFE;
}
.TagClassName
{
border-color: #8DABFE;
}
</style>