Shades of Jordy Blue #8BACFE
Tints of Jordy Blue #8BACFE
RGB
CMYK
RGB Variations
Color information
#8BACFE (or 0x8BACFE) is known color: Jordy Blue. HEX triplet: 8B, AC and FE. RGB value is (139,172,254). Sum of RGB (Red+Green+Blue) = 139+172+254=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACFE is #745301. Grayscale: #ABABAB. Windows color (decimal): -7623426 or 16690315. OLE color: 16690315.
HSL color Cylindrical-coordinate representation of color #8BACFE: hue angle of 222.78º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BACFE is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 172 | 254 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.00 |
| HSL | 222.78º | 0.98% | 0.77% | - |
| HSV(B) | 222.78º | 0.45% | 1% | - |
| XYZ | 43.29 | 42.15 | 99.62 | - |
| YUV | 171.48 | 174.57 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 254 | 0.45 | 0.32 | 0 | 0.00 | 222.78 | 0.98 | 0.77 |
| Hex | 8B | AC | FE | 2D | 20 | 0 | 0 | DF | 62 | 4D |
| Octal | 213 | 254 | 376 | 55 | 40 | 0 | 0 | 337 | 142 | 115 |
| Binary | 10001011 | 10101100 | 11111110 | 101101 | 100000 | 0 | 0 | 11011111 | 1100010 | 1001101 |
Color Harmonies of #8BACFE
Complementary color
Monochromatic Colors of #8BACFE
Black with #8BACFE
Text Example
Text Example
White with #8BACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACFE; }
p { color: rgb(139,172,254); }
H1.HeaderClassName
{
color: #8BACFE;
}
.AnyTagClassName
{
color: #8BACFE;
}
</style>
background-color css
<style>
a { background-color: #8BACFE; }
a { background-color: rgb(139,172,254); }
div.DivClassName
{
background-color: #8BACFE;
}
.BgClassName
{
background-color: #8BACFE;
}
</style>
border-color css
<style>
span { border-color: #8BACFE; }
span { border-color: rgb(139,172,254); }
td.TdClassName
{
border-color: #8BACFE;
}
.TagClassName
{
border-color: #8BACFE;
}
</style>