Shades of Jordy Blue #8BACEE
Tints of Jordy Blue #8BACEE
RGB
CMYK
RGB Variations
Color information
#8BACEE (or 0x8BACEE) is known color: Jordy Blue. HEX triplet: 8B, AC and EE. RGB value is (139,172,238). Sum of RGB (Red+Green+Blue) = 139+172+238=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BACEE is #745311. Grayscale: #A9A9A9. Windows color (decimal): -7623442 or 15641739. OLE color: 15641739.
HSL color Cylindrical-coordinate representation of color #8BACEE: hue angle of 220º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BACEE is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 172 | 238 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.07 |
| HSL | 220º | 0.74% | 0.74% | - |
| HSV(B) | 220º | 0.42% | 0.93% | - |
| XYZ | 40.83 | 41.17 | 86.68 | - |
| YUV | 169.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 172 | 238 | 0.42 | 0.28 | 0 | 0.07 | 220 | 0.74 | 0.74 |
| Hex | 8B | AC | EE | 2A | 1C | 0 | 7 | DC | 4A | 4A |
| Octal | 213 | 254 | 356 | 52 | 34 | 0 | 7 | 334 | 112 | 112 |
| Binary | 10001011 | 10101100 | 11101110 | 101010 | 11100 | 0 | 111 | 11011100 | 1001010 | 1001010 |
Color Harmonies of #8BACEE
Complementary color
Monochromatic Colors of #8BACEE
Black with #8BACEE
Text Example
Text Example
White with #8BACEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BACEE; }
p { color: rgb(139,172,238); }
H1.HeaderClassName
{
color: #8BACEE;
}
.AnyTagClassName
{
color: #8BACEE;
}
</style>
background-color css
<style>
a { background-color: #8BACEE; }
a { background-color: rgb(139,172,238); }
div.DivClassName
{
background-color: #8BACEE;
}
.BgClassName
{
background-color: #8BACEE;
}
</style>
border-color css
<style>
span { border-color: #8BACEE; }
span { border-color: rgb(139,172,238); }
td.TdClassName
{
border-color: #8BACEE;
}
.TagClassName
{
border-color: #8BACEE;
}
</style>