Shades of Jordy Blue #8BACEB
Tints of Jordy Blue #8BACEB
RGB
CMYK
RGB Variations
Color information
#8BACEB (or 0x8BACEB) is known color: Jordy Blue. HEX triplet: 8B, AC and EB. RGB value is (139,172,235). Sum of RGB (Red+Green+Blue) = 139+172+235=546 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.46% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEB is #745314. Grayscale: #A9A9A9. Windows color (decimal): -7623445 or 15445131. OLE color: 15445131.
HSL color Cylindrical-coordinate representation of color #8BACEB: hue angle of 219.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BACEB is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 172 | 235 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.08 |
| HSL | 219.38º | 0.71% | 0.73% | - |
| HSV(B) | 219.38º | 0.41% | 0.92% | - |
| XYZ | 40.4 | 40.99 | 84.38 | - |
| YUV | 169.32 | 165.07 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 235 | 0.41 | 0.27 | 0 | 0.08 | 219.38 | 0.71 | 0.73 |
| Hex | 8B | AC | EB | 29 | 1B | 0 | 8 | DB | 47 | 49 |
| Octal | 213 | 254 | 353 | 51 | 33 | 0 | 10 | 333 | 107 | 111 |
| Binary | 10001011 | 10101100 | 11101011 | 101001 | 11011 | 0 | 1000 | 11011011 | 1000111 | 1001001 |
Color Harmonies of #8BACEB
Complementary color
Monochromatic Colors of #8BACEB
Black with #8BACEB
Text Example
Text Example
White with #8BACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACEB; }
p { color: rgb(139,172,235); }
H1.HeaderClassName
{
color: #8BACEB;
}
.AnyTagClassName
{
color: #8BACEB;
}
</style>
background-color css
<style>
a { background-color: #8BACEB; }
a { background-color: rgb(139,172,235); }
div.DivClassName
{
background-color: #8BACEB;
}
.BgClassName
{
background-color: #8BACEB;
}
</style>
border-color css
<style>
span { border-color: #8BACEB; }
span { border-color: rgb(139,172,235); }
td.TdClassName
{
border-color: #8BACEB;
}
.TagClassName
{
border-color: #8BACEB;
}
</style>