Shades of Jordy Blue #8ABADE
Tints of Jordy Blue #8ABADE
RGB
CMYK
RGB Variations
Color information
#8ABADE (or 0x8ABADE) is known color: Jordy Blue. HEX triplet: 8A, BA and DE. RGB value is (138,186,222). Sum of RGB (Red+Green+Blue) = 138+186+222=546 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.27% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #8ABADE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADE is #754521. Grayscale: #AFAFAF. Windows color (decimal): -7685410 or 14596746. OLE color: 14596746.
HSL color Cylindrical-coordinate representation of color #8ABADE: hue angle of 205.71º degrees, saturation: 0.56, 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 #8ABADE is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 186 | 222 | - |
| CMYK | 0.38 | 0.16 | 0 | 0.13 |
| HSL | 205.71º | 0.56% | 0.71% | - |
| HSV(B) | 205.71º | 0.38% | 0.87% | - |
| XYZ | 41.22 | 45.8 | 75.77 | - |
| YUV | 175.75 | 154.1 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 222 | 0.38 | 0.16 | 0 | 0.13 | 205.71 | 0.56 | 0.71 |
| Hex | 8A | BA | DE | 26 | 10 | 0 | D | CE | 38 | 47 |
| Octal | 212 | 272 | 336 | 46 | 20 | 0 | 15 | 316 | 70 | 107 |
| Binary | 10001010 | 10111010 | 11011110 | 100110 | 10000 | 0 | 1101 | 11001110 | 111000 | 1000111 |
Color Harmonies of #8ABADE
Complementary color
Monochromatic Colors of #8ABADE
Black with #8ABADE
Text Example
Text Example
White with #8ABADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABADE; }
p { color: rgb(138,186,222); }
H1.HeaderClassName
{
color: #8ABADE;
}
.AnyTagClassName
{
color: #8ABADE;
}
</style>
background-color css
<style>
a { background-color: #8ABADE; }
a { background-color: rgb(138,186,222); }
div.DivClassName
{
background-color: #8ABADE;
}
.BgClassName
{
background-color: #8ABADE;
}
</style>
border-color css
<style>
span { border-color: #8ABADE; }
span { border-color: rgb(138,186,222); }
td.TdClassName
{
border-color: #8ABADE;
}
.TagClassName
{
border-color: #8ABADE;
}
</style>