Shades of Jordy Blue #8BACF8
Tints of Jordy Blue #8BACF8
RGB
CMYK
RGB Variations
Color information
#8BACF8 (or 0x8BACF8) is known color: Jordy Blue. HEX triplet: 8B, AC and F8. RGB value is (139,172,248). Sum of RGB (Red+Green+Blue) = 139+172+248=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 248 - color contains mainly: blue. Hex color #8BACF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACF8 is #745307. Grayscale: #AAAAAA. Windows color (decimal): -7623432 or 16297099. OLE color: 16297099.
HSL color Cylindrical-coordinate representation of color #8BACF8: hue angle of 221.83º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8BACF8 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 172 | 248 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.03 |
| HSL | 221.83º | 0.89% | 0.76% | - |
| HSV(B) | 221.83º | 0.44% | 0.97% | - |
| XYZ | 42.34 | 41.77 | 94.64 | - |
| YUV | 170.8 | 171.57 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 248 | 0.44 | 0.31 | 0 | 0.03 | 221.83 | 0.89 | 0.76 |
| Hex | 8B | AC | F8 | 2C | 1F | 0 | 3 | DE | 59 | 4C |
| Octal | 213 | 254 | 370 | 54 | 37 | 0 | 3 | 336 | 131 | 114 |
| Binary | 10001011 | 10101100 | 11111000 | 101100 | 11111 | 0 | 11 | 11011110 | 1011001 | 1001100 |
Color Harmonies of #8BACF8
Complementary color
Monochromatic Colors of #8BACF8
Black with #8BACF8
Text Example
Text Example
White with #8BACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACF8; }
p { color: rgb(139,172,248); }
H1.HeaderClassName
{
color: #8BACF8;
}
.AnyTagClassName
{
color: #8BACF8;
}
</style>
background-color css
<style>
a { background-color: #8BACF8; }
a { background-color: rgb(139,172,248); }
div.DivClassName
{
background-color: #8BACF8;
}
.BgClassName
{
background-color: #8BACF8;
}
</style>
border-color css
<style>
span { border-color: #8BACF8; }
span { border-color: rgb(139,172,248); }
td.TdClassName
{
border-color: #8BACF8;
}
.TagClassName
{
border-color: #8BACF8;
}
</style>