Shades of Jordy Blue #8BAFDF
Tints of Jordy Blue #8BAFDF
RGB
CMYK
RGB Variations
Color information
#8BAFDF (or 0x8BAFDF) is known color: Jordy Blue. HEX triplet: 8B, AF and DF. RGB value is (139,175,223). Sum of RGB (Red+Green+Blue) = 139+175+223=537 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.88% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BAFDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAFDF is #745020. Grayscale: #A9A9A9. Windows color (decimal): -7622689 or 14659467. OLE color: 14659467.
HSL color Cylindrical-coordinate representation of color #8BAFDF: hue angle of 214.29º 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 #8BAFDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 175 | 223 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 214.29º | 0.57% | 0.71% | - |
| HSV(B) | 214.29º | 0.38% | 0.87% | - |
| XYZ | 39.3 | 41.48 | 75.75 | - |
| YUV | 169.71 | 158.07 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 223 | 0.38 | 0.22 | 0 | 0.13 | 214.29 | 0.57 | 0.71 |
| Hex | 8B | AF | DF | 26 | 16 | 0 | D | D6 | 39 | 47 |
| Octal | 213 | 257 | 337 | 46 | 26 | 0 | 15 | 326 | 71 | 107 |
| Binary | 10001011 | 10101111 | 11011111 | 100110 | 10110 | 0 | 1101 | 11010110 | 111001 | 1000111 |
Color Harmonies of #8BAFDF
Complementary color
Monochromatic Colors of #8BAFDF
Black with #8BAFDF
Text Example
Text Example
White with #8BAFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFDF; }
p { color: rgb(139,175,223); }
H1.HeaderClassName
{
color: #8BAFDF;
}
.AnyTagClassName
{
color: #8BAFDF;
}
</style>
background-color css
<style>
a { background-color: #8BAFDF; }
a { background-color: rgb(139,175,223); }
div.DivClassName
{
background-color: #8BAFDF;
}
.BgClassName
{
background-color: #8BAFDF;
}
</style>
border-color css
<style>
span { border-color: #8BAFDF; }
span { border-color: rgb(139,175,223); }
td.TdClassName
{
border-color: #8BAFDF;
}
.TagClassName
{
border-color: #8BAFDF;
}
</style>