Shades of Jordy Blue #8BB1E1
Tints of Jordy Blue #8BB1E1
RGB
CMYK
RGB Variations
Color information
#8BB1E1 (or 0x8BB1E1) is known color: Jordy Blue. HEX triplet: 8B, B1 and E1. RGB value is (139,177,225). Sum of RGB (Red+Green+Blue) = 139+177+225=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #8BB1E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BB1E1 is #744E1E. Grayscale: #AAAAAA. Windows color (decimal): -7622175 or 14791051. OLE color: 14791051.
HSL color Cylindrical-coordinate representation of color #8BB1E1: hue angle of 213.49º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BB1E1 is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 139 | 177 | 225 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.12 |
| HSL | 213.49º | 0.59% | 0.71% | - |
| HSV(B) | 213.49º | 0.38% | 0.88% | - |
| XYZ | 39.96 | 42.37 | 77.31 | - |
| YUV | 171.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 177 | 225 | 0.38 | 0.21 | 0 | 0.12 | 213.49 | 0.59 | 0.71 |
| Hex | 8B | B1 | E1 | 26 | 15 | 0 | C | D5 | 3B | 47 |
| Octal | 213 | 261 | 341 | 46 | 25 | 0 | 14 | 325 | 73 | 107 |
| Binary | 10001011 | 10110001 | 11100001 | 100110 | 10101 | 0 | 1100 | 11010101 | 111011 | 1000111 |
Color Harmonies of #8BB1E1
Complementary color
Monochromatic Colors of #8BB1E1
Black with #8BB1E1
Text Example
Text Example
White with #8BB1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB1E1; }
p { color: rgb(139,177,225); }
H1.HeaderClassName
{
color: #8BB1E1;
}
.AnyTagClassName
{
color: #8BB1E1;
}
</style>
background-color css
<style>
a { background-color: #8BB1E1; }
a { background-color: rgb(139,177,225); }
div.DivClassName
{
background-color: #8BB1E1;
}
.BgClassName
{
background-color: #8BB1E1;
}
</style>
border-color css
<style>
span { border-color: #8BB1E1; }
span { border-color: rgb(139,177,225); }
td.TdClassName
{
border-color: #8BB1E1;
}
.TagClassName
{
border-color: #8BB1E1;
}
</style>