Shades of Jordy Blue #8DABEE
Tints of Jordy Blue #8DABEE
RGB
CMYK
RGB Variations
Color information
#8DABEE (or 0x8DABEE) is known color: Jordy Blue. HEX triplet: 8D, AB and EE. RGB value is (141,171,238). Sum of RGB (Red+Green+Blue) = 141+171+238=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DABEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABEE is #725411. Grayscale: #A9A9A9. Windows color (decimal): -7492626 or 15641485. OLE color: 15641485.
HSL color Cylindrical-coordinate representation of color #8DABEE: hue angle of 221.44º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DABEE is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 171 | 238 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.07 |
| HSL | 221.44º | 0.74% | 0.74% | - |
| HSV(B) | 221.44º | 0.41% | 0.93% | - |
| XYZ | 40.98 | 40.96 | 86.64 | - |
| YUV | 169.67 | 166.56 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 238 | 0.41 | 0.28 | 0 | 0.07 | 221.44 | 0.74 | 0.74 |
| Hex | 8D | AB | EE | 29 | 1C | 0 | 7 | DD | 4A | 4A |
| Octal | 215 | 253 | 356 | 51 | 34 | 0 | 7 | 335 | 112 | 112 |
| Binary | 10001101 | 10101011 | 11101110 | 101001 | 11100 | 0 | 111 | 11011101 | 1001010 | 1001010 |
Color Harmonies of #8DABEE
Complementary color
Monochromatic Colors of #8DABEE
Black with #8DABEE
Text Example
Text Example
White with #8DABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABEE; }
p { color: rgb(141,171,238); }
H1.HeaderClassName
{
color: #8DABEE;
}
.AnyTagClassName
{
color: #8DABEE;
}
</style>
background-color css
<style>
a { background-color: #8DABEE; }
a { background-color: rgb(141,171,238); }
div.DivClassName
{
background-color: #8DABEE;
}
.BgClassName
{
background-color: #8DABEE;
}
</style>
border-color css
<style>
span { border-color: #8DABEE; }
span { border-color: rgb(141,171,238); }
td.TdClassName
{
border-color: #8DABEE;
}
.TagClassName
{
border-color: #8DABEE;
}
</style>