Shades of Jordy Blue #8BACEC
Tints of Jordy Blue #8BACEC
RGB
CMYK
RGB Variations
Color information
#8BACEC (or 0x8BACEC) is known color: Jordy Blue. HEX triplet: 8B, AC and EC. RGB value is (139,172,236). Sum of RGB (Red+Green+Blue) = 139+172+236=547 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.41% from 547); Green value is 172 (67.58% from 255 or 31.44% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEC is #745313. Grayscale: #A9A9A9. Windows color (decimal): -7623444 or 15510667. OLE color: 15510667.
HSL color Cylindrical-coordinate representation of color #8BACEC: hue angle of 219.59º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BACEC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 172 | 236 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.07 |
| HSL | 219.59º | 0.72% | 0.74% | - |
| HSV(B) | 219.59º | 0.41% | 0.93% | - |
| XYZ | 40.54 | 41.05 | 85.14 | - |
| YUV | 169.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 236 | 0.41 | 0.27 | 0 | 0.07 | 219.59 | 0.72 | 0.74 |
| Hex | 8B | AC | EC | 29 | 1B | 0 | 7 | DC | 48 | 4A |
| Octal | 213 | 254 | 354 | 51 | 33 | 0 | 7 | 334 | 110 | 112 |
| Binary | 10001011 | 10101100 | 11101100 | 101001 | 11011 | 0 | 111 | 11011100 | 1001000 | 1001010 |
Color Harmonies of #8BACEC
Complementary color
Monochromatic Colors of #8BACEC
Black with #8BACEC
Text Example
Text Example
White with #8BACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACEC; }
p { color: rgb(139,172,236); }
H1.HeaderClassName
{
color: #8BACEC;
}
.AnyTagClassName
{
color: #8BACEC;
}
</style>
background-color css
<style>
a { background-color: #8BACEC; }
a { background-color: rgb(139,172,236); }
div.DivClassName
{
background-color: #8BACEC;
}
.BgClassName
{
background-color: #8BACEC;
}
</style>
border-color css
<style>
span { border-color: #8BACEC; }
span { border-color: rgb(139,172,236); }
td.TdClassName
{
border-color: #8BACEC;
}
.TagClassName
{
border-color: #8BACEC;
}
</style>