Shades of Jordy Blue #8BB6EE
Tints of Jordy Blue #8BB6EE
RGB
CMYK
RGB Variations
Color information
#8BB6EE (or 0x8BB6EE) is known color: Jordy Blue. HEX triplet: 8B, B6 and EE. RGB value is (139,182,238). Sum of RGB (Red+Green+Blue) = 139+182+238=559 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.87% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BB6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BB6EE is #744911. Grayscale: #AFAFAF. Windows color (decimal): -7620882 or 15644299. OLE color: 15644299.
HSL color Cylindrical-coordinate representation of color #8BB6EE: hue angle of 213.94º 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 #8BB6EE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 182 | 238 | - |
| CMYK | 0.42 | 0.24 | 0 | 0.07 |
| HSL | 213.94º | 0.74% | 0.74% | - |
| HSV(B) | 213.94º | 0.42% | 0.93% | - |
| XYZ | 42.81 | 45.12 | 87.34 | - |
| YUV | 175.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 182 | 238 | 0.42 | 0.24 | 0 | 0.07 | 213.94 | 0.74 | 0.74 |
| Hex | 8B | B6 | EE | 2A | 18 | 0 | 7 | D6 | 4A | 4A |
| Octal | 213 | 266 | 356 | 52 | 30 | 0 | 7 | 326 | 112 | 112 |
| Binary | 10001011 | 10110110 | 11101110 | 101010 | 11000 | 0 | 111 | 11010110 | 1001010 | 1001010 |
Color Harmonies of #8BB6EE
Complementary color
Monochromatic Colors of #8BB6EE
Black with #8BB6EE
Text Example
Text Example
White with #8BB6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BB6EE; }
p { color: rgb(139,182,238); }
H1.HeaderClassName
{
color: #8BB6EE;
}
.AnyTagClassName
{
color: #8BB6EE;
}
</style>
background-color css
<style>
a { background-color: #8BB6EE; }
a { background-color: rgb(139,182,238); }
div.DivClassName
{
background-color: #8BB6EE;
}
.BgClassName
{
background-color: #8BB6EE;
}
</style>
border-color css
<style>
span { border-color: #8BB6EE; }
span { border-color: rgb(139,182,238); }
td.TdClassName
{
border-color: #8BB6EE;
}
.TagClassName
{
border-color: #8BB6EE;
}
</style>