Shades of Jordy Blue #8BACE5
Tints of Jordy Blue #8BACE5
RGB
CMYK
RGB Variations
Color information
#8BACE5 (or 0x8BACE5) is known color: Jordy Blue. HEX triplet: 8B, AC and E5. RGB value is (139,172,229). Sum of RGB (Red+Green+Blue) = 139+172+229=540 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.74% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 229 - color contains mainly: blue. Hex color #8BACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BACE5 is #74531A. Grayscale: #A8A8A8. Windows color (decimal): -7623451 or 15051915. OLE color: 15051915.
HSL color Cylindrical-coordinate representation of color #8BACE5: hue angle of 218º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BACE5 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 172 | 229 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.10 |
| HSL | 218º | 0.63% | 0.72% | - |
| HSV(B) | 218º | 0.39% | 0.9% | - |
| XYZ | 39.54 | 40.65 | 79.89 | - |
| YUV | 168.63 | 162.07 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 229 | 0.39 | 0.25 | 0 | 0.10 | 218 | 0.63 | 0.72 |
| Hex | 8B | AC | E5 | 27 | 19 | 0 | A | DA | 3F | 48 |
| Octal | 213 | 254 | 345 | 47 | 31 | 0 | 12 | 332 | 77 | 110 |
| Binary | 10001011 | 10101100 | 11100101 | 100111 | 11001 | 0 | 1010 | 11011010 | 111111 | 1001000 |
Color Harmonies of #8BACE5
Complementary color
Monochromatic Colors of #8BACE5
Black with #8BACE5
Text Example
Text Example
White with #8BACE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACE5; }
p { color: rgb(139,172,229); }
H1.HeaderClassName
{
color: #8BACE5;
}
.AnyTagClassName
{
color: #8BACE5;
}
</style>
background-color css
<style>
a { background-color: #8BACE5; }
a { background-color: rgb(139,172,229); }
div.DivClassName
{
background-color: #8BACE5;
}
.BgClassName
{
background-color: #8BACE5;
}
</style>
border-color css
<style>
span { border-color: #8BACE5; }
span { border-color: rgb(139,172,229); }
td.TdClassName
{
border-color: #8BACE5;
}
.TagClassName
{
border-color: #8BACE5;
}
</style>