Shades of Jordy Blue #8BACFC
Tints of Jordy Blue #8BACFC
RGB
CMYK
RGB Variations
Color information
#8BACFC (or 0x8BACFC) is known color: Jordy Blue. HEX triplet: 8B, AC and FC. RGB value is (139,172,252). Sum of RGB (Red+Green+Blue) = 139+172+252=563 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.69% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFC is #745303. Grayscale: #AAAAAA. Windows color (decimal): -7623428 or 16559243. OLE color: 16559243.
HSL color Cylindrical-coordinate representation of color #8BACFC: hue angle of 222.48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BACFC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 172 | 252 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 222.48º | 0.95% | 0.77% | - |
| HSV(B) | 222.48º | 0.45% | 0.99% | - |
| XYZ | 42.97 | 42.02 | 97.94 | - |
| YUV | 171.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 252 | 0.45 | 0.32 | 0 | 0.01 | 222.48 | 0.95 | 0.77 |
| Hex | 8B | AC | FC | 2D | 20 | 0 | 1 | DE | 5F | 4D |
| Octal | 213 | 254 | 374 | 55 | 40 | 0 | 1 | 336 | 137 | 115 |
| Binary | 10001011 | 10101100 | 11111100 | 101101 | 100000 | 0 | 1 | 11011110 | 1011111 | 1001101 |
Color Harmonies of #8BACFC
Complementary color
Monochromatic Colors of #8BACFC
Black with #8BACFC
Text Example
Text Example
White with #8BACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACFC; }
p { color: rgb(139,172,252); }
H1.HeaderClassName
{
color: #8BACFC;
}
.AnyTagClassName
{
color: #8BACFC;
}
</style>
background-color css
<style>
a { background-color: #8BACFC; }
a { background-color: rgb(139,172,252); }
div.DivClassName
{
background-color: #8BACFC;
}
.BgClassName
{
background-color: #8BACFC;
}
</style>
border-color css
<style>
span { border-color: #8BACFC; }
span { border-color: rgb(139,172,252); }
td.TdClassName
{
border-color: #8BACFC;
}
.TagClassName
{
border-color: #8BACFC;
}
</style>