Shades of Jordy Blue #8BB6E7
Tints of Jordy Blue #8BB6E7
RGB
CMYK
RGB Variations
Color information
#8BB6E7 (or 0x8BB6E7) is known color: Jordy Blue. HEX triplet: 8B, B6 and E7. RGB value is (139,182,231). Sum of RGB (Red+Green+Blue) = 139+182+231=552 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.18% from 552); Green value is 182 (71.48% from 255 or 32.97% from 552); Blue value is 231 (90.62% from 255 or 41.85% from 552); Max value from RGB is 231 - color contains mainly: blue. Hex color #8BB6E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6E7 is #744918. Grayscale: #AEAEAE. Windows color (decimal): -7620889 or 15185547. OLE color: 15185547.
HSL color Cylindrical-coordinate representation of color #8BB6E7: hue angle of 211.96º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BB6E7 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 182 | 231 | - |
| CMYK | 0.40 | 0.21 | 0 | 0.09 |
| HSL | 211.96º | 0.66% | 0.73% | - |
| HSV(B) | 211.96º | 0.4% | 0.91% | - |
| XYZ | 41.8 | 44.71 | 82.03 | - |
| YUV | 174.73 | 159.75 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 231 | 0.40 | 0.21 | 0 | 0.09 | 211.96 | 0.66 | 0.73 |
| Hex | 8B | B6 | E7 | 28 | 15 | 0 | 9 | D4 | 42 | 49 |
| Octal | 213 | 266 | 347 | 50 | 25 | 0 | 11 | 324 | 102 | 111 |
| Binary | 10001011 | 10110110 | 11100111 | 101000 | 10101 | 0 | 1001 | 11010100 | 1000010 | 1001001 |
Color Harmonies of #8BB6E7
Complementary color
Monochromatic Colors of #8BB6E7
Black with #8BB6E7
Text Example
Text Example
White with #8BB6E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6E7; }
p { color: rgb(139,182,231); }
H1.HeaderClassName
{
color: #8BB6E7;
}
.AnyTagClassName
{
color: #8BB6E7;
}
</style>
background-color css
<style>
a { background-color: #8BB6E7; }
a { background-color: rgb(139,182,231); }
div.DivClassName
{
background-color: #8BB6E7;
}
.BgClassName
{
background-color: #8BB6E7;
}
</style>
border-color css
<style>
span { border-color: #8BB6E7; }
span { border-color: rgb(139,182,231); }
td.TdClassName
{
border-color: #8BB6E7;
}
.TagClassName
{
border-color: #8BB6E7;
}
</style>