Shades of Jordy Blue #8DABEC
Tints of Jordy Blue #8DABEC
RGB
CMYK
RGB Variations
Color information
#8DABEC (or 0x8DABEC) is known color: Jordy Blue. HEX triplet: 8D, AB and EC. RGB value is (141,171,236). Sum of RGB (Red+Green+Blue) = 141+171+236=548 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.73% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #8DABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABEC is #725413. Grayscale: #A9A9A9. Windows color (decimal): -7492628 or 15510413. OLE color: 15510413.
HSL color Cylindrical-coordinate representation of color #8DABEC: hue angle of 221.05º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DABEC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 171 | 236 | - |
| CMYK | 0.40 | 0.28 | 0 | 0.07 |
| HSL | 221.05º | 0.71% | 0.74% | - |
| HSV(B) | 221.05º | 0.4% | 0.93% | - |
| XYZ | 40.69 | 40.84 | 85.1 | - |
| YUV | 169.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 171 | 236 | 0.40 | 0.28 | 0 | 0.07 | 221.05 | 0.71 | 0.74 |
| Hex | 8D | AB | EC | 28 | 1C | 0 | 7 | DD | 47 | 4A |
| Octal | 215 | 253 | 354 | 50 | 34 | 0 | 7 | 335 | 107 | 112 |
| Binary | 10001101 | 10101011 | 11101100 | 101000 | 11100 | 0 | 111 | 11011101 | 1000111 | 1001010 |
Color Harmonies of #8DABEC
Complementary color
Monochromatic Colors of #8DABEC
Black with #8DABEC
Text Example
Text Example
White with #8DABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DABEC; }
p { color: rgb(141,171,236); }
H1.HeaderClassName
{
color: #8DABEC;
}
.AnyTagClassName
{
color: #8DABEC;
}
</style>
background-color css
<style>
a { background-color: #8DABEC; }
a { background-color: rgb(141,171,236); }
div.DivClassName
{
background-color: #8DABEC;
}
.BgClassName
{
background-color: #8DABEC;
}
</style>
border-color css
<style>
span { border-color: #8DABEC; }
span { border-color: rgb(141,171,236); }
td.TdClassName
{
border-color: #8DABEC;
}
.TagClassName
{
border-color: #8DABEC;
}
</style>