Shades of Jordy Blue #8ABADF
Tints of Jordy Blue #8ABADF
RGB
CMYK
RGB Variations
Color information
#8ABADF (or 0x8ABADF) is known color: Jordy Blue. HEX triplet: 8A, BA and DF. RGB value is (138,186,223). Sum of RGB (Red+Green+Blue) = 138+186+223=547 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.23% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #8ABADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADF is #754520. Grayscale: #AFAFAF. Windows color (decimal): -7685409 or 14662282. OLE color: 14662282.
HSL color Cylindrical-coordinate representation of color #8ABADF: hue angle of 206.12º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABADF is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 186 | 223 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.13 |
| HSL | 206.12º | 0.57% | 0.71% | - |
| HSV(B) | 206.12º | 0.38% | 0.87% | - |
| XYZ | 41.36 | 45.85 | 76.48 | - |
| YUV | 175.87 | 154.6 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 223 | 0.38 | 0.17 | 0 | 0.13 | 206.12 | 0.57 | 0.71 |
| Hex | 8A | BA | DF | 26 | 11 | 0 | D | CE | 39 | 47 |
| Octal | 212 | 272 | 337 | 46 | 21 | 0 | 15 | 316 | 71 | 107 |
| Binary | 10001010 | 10111010 | 11011111 | 100110 | 10001 | 0 | 1101 | 11001110 | 111001 | 1000111 |
Color Harmonies of #8ABADF
Complementary color
Monochromatic Colors of #8ABADF
Black with #8ABADF
Text Example
Text Example
White with #8ABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABADF; }
p { color: rgb(138,186,223); }
H1.HeaderClassName
{
color: #8ABADF;
}
.AnyTagClassName
{
color: #8ABADF;
}
</style>
background-color css
<style>
a { background-color: #8ABADF; }
a { background-color: rgb(138,186,223); }
div.DivClassName
{
background-color: #8ABADF;
}
.BgClassName
{
background-color: #8ABADF;
}
</style>
border-color css
<style>
span { border-color: #8ABADF; }
span { border-color: rgb(138,186,223); }
td.TdClassName
{
border-color: #8ABADF;
}
.TagClassName
{
border-color: #8ABADF;
}
</style>