Shades of Jordy Blue #8BAADF
Tints of Jordy Blue #8BAADF
RGB
CMYK
RGB Variations
Color information
#8BAADF (or 0x8BAADF) is known color: Jordy Blue. HEX triplet: 8B, AA and DF. RGB value is (139,170,223). Sum of RGB (Red+Green+Blue) = 139+170+223=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BAADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAADF is #745520. Grayscale: #A6A6A6. Windows color (decimal): -7623969 or 14658187. OLE color: 14658187.
HSL color Cylindrical-coordinate representation of color #8BAADF: hue angle of 217.86º 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 #8BAADF is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 170 | 223 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.13 |
| HSL | 217.86º | 0.57% | 0.71% | - |
| HSV(B) | 217.86º | 0.38% | 0.87% | - |
| XYZ | 38.34 | 39.57 | 75.43 | - |
| YUV | 166.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 223 | 0.38 | 0.24 | 0 | 0.13 | 217.86 | 0.57 | 0.71 |
| Hex | 8B | AA | DF | 26 | 18 | 0 | D | DA | 39 | 47 |
| Octal | 213 | 252 | 337 | 46 | 30 | 0 | 15 | 332 | 71 | 107 |
| Binary | 10001011 | 10101010 | 11011111 | 100110 | 11000 | 0 | 1101 | 11011010 | 111001 | 1000111 |
Color Harmonies of #8BAADF
Complementary color
Monochromatic Colors of #8BAADF
Black with #8BAADF
Text Example
Text Example
White with #8BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAADF; }
p { color: rgb(139,170,223); }
H1.HeaderClassName
{
color: #8BAADF;
}
.AnyTagClassName
{
color: #8BAADF;
}
</style>
background-color css
<style>
a { background-color: #8BAADF; }
a { background-color: rgb(139,170,223); }
div.DivClassName
{
background-color: #8BAADF;
}
.BgClassName
{
background-color: #8BAADF;
}
</style>
border-color css
<style>
span { border-color: #8BAADF; }
span { border-color: rgb(139,170,223); }
td.TdClassName
{
border-color: #8BAADF;
}
.TagClassName
{
border-color: #8BAADF;
}
</style>