Shades of Jordy Blue #8BA9E4
Tints of Jordy Blue #8BA9E4
RGB
CMYK
RGB Variations
Color information
#8BA9E4 (or 0x8BA9E4) is known color: Jordy Blue. HEX triplet: 8B, A9 and E4. RGB value is (139,169,228). Sum of RGB (Red+Green+Blue) = 139+169+228=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #8BA9E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA9E4 is #74561B. Grayscale: #A6A6A6. Windows color (decimal): -7624220 or 14985611. OLE color: 14985611.
HSL color Cylindrical-coordinate representation of color #8BA9E4: hue angle of 219.78º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8BA9E4 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 139 | 169 | 228 | - |
| CMYK | 0.39 | 0.26 | 0 | 0.11 |
| HSL | 219.78º | 0.62% | 0.72% | - |
| HSV(B) | 219.78º | 0.39% | 0.89% | - |
| XYZ | 38.84 | 39.47 | 78.97 | - |
| YUV | 166.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 169 | 228 | 0.39 | 0.26 | 0 | 0.11 | 219.78 | 0.62 | 0.72 |
| Hex | 8B | A9 | E4 | 27 | 1A | 0 | B | DC | 3E | 48 |
| Octal | 213 | 251 | 344 | 47 | 32 | 0 | 13 | 334 | 76 | 110 |
| Binary | 10001011 | 10101001 | 11100100 | 100111 | 11010 | 0 | 1011 | 11011100 | 111110 | 1001000 |
Color Harmonies of #8BA9E4
Complementary color
Monochromatic Colors of #8BA9E4
Black with #8BA9E4
Text Example
Text Example
White with #8BA9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA9E4; }
p { color: rgb(139,169,228); }
H1.HeaderClassName
{
color: #8BA9E4;
}
.AnyTagClassName
{
color: #8BA9E4;
}
</style>
background-color css
<style>
a { background-color: #8BA9E4; }
a { background-color: rgb(139,169,228); }
div.DivClassName
{
background-color: #8BA9E4;
}
.BgClassName
{
background-color: #8BA9E4;
}
</style>
border-color css
<style>
span { border-color: #8BA9E4; }
span { border-color: rgb(139,169,228); }
td.TdClassName
{
border-color: #8BA9E4;
}
.TagClassName
{
border-color: #8BA9E4;
}
</style>