Shades of Jordy Blue #8BAFDD
Tints of Jordy Blue #8BAFDD
RGB
CMYK
RGB Variations
Color information
#8BAFDD (or 0x8BAFDD) is known color: Jordy Blue. HEX triplet: 8B, AF and DD. RGB value is (139,175,221). Sum of RGB (Red+Green+Blue) = 139+175+221=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8BAFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDD is #745022. Grayscale: #A9A9A9. Windows color (decimal): -7622691 or 14528395. OLE color: 14528395.
HSL color Cylindrical-coordinate representation of color #8BAFDD: hue angle of 213.66º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BAFDD is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 175 | 221 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.13 |
| HSL | 213.66º | 0.55% | 0.71% | - |
| HSV(B) | 213.66º | 0.37% | 0.87% | - |
| XYZ | 39.03 | 41.37 | 74.33 | - |
| YUV | 169.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 221 | 0.37 | 0.21 | 0 | 0.13 | 213.66 | 0.55 | 0.71 |
| Hex | 8B | AF | DD | 25 | 15 | 0 | D | D6 | 37 | 47 |
| Octal | 213 | 257 | 335 | 45 | 25 | 0 | 15 | 326 | 67 | 107 |
| Binary | 10001011 | 10101111 | 11011101 | 100101 | 10101 | 0 | 1101 | 11010110 | 110111 | 1000111 |
Color Harmonies of #8BAFDD
Complementary color
Monochromatic Colors of #8BAFDD
Black with #8BAFDD
Text Example
Text Example
White with #8BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFDD; }
p { color: rgb(139,175,221); }
H1.HeaderClassName
{
color: #8BAFDD;
}
.AnyTagClassName
{
color: #8BAFDD;
}
</style>
background-color css
<style>
a { background-color: #8BAFDD; }
a { background-color: rgb(139,175,221); }
div.DivClassName
{
background-color: #8BAFDD;
}
.BgClassName
{
background-color: #8BAFDD;
}
</style>
border-color css
<style>
span { border-color: #8BAFDD; }
span { border-color: rgb(139,175,221); }
td.TdClassName
{
border-color: #8BAFDD;
}
.TagClassName
{
border-color: #8BAFDD;
}
</style>