Shades of Jordy Blue #8BAEEE
Tints of Jordy Blue #8BAEEE
RGB
CMYK
RGB Variations
Color information
#8BAEEE (or 0x8BAEEE) is known color: Jordy Blue. HEX triplet: 8B, AE and EE. RGB value is (139,174,238). Sum of RGB (Red+Green+Blue) = 139+174+238=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEEE is #745111. Grayscale: #AAAAAA. Windows color (decimal): -7622930 or 15642251. OLE color: 15642251.
HSL color Cylindrical-coordinate representation of color #8BAEEE: hue angle of 218.79º 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 #8BAEEE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 174 | 238 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.07 |
| HSL | 218.79º | 0.74% | 0.74% | - |
| HSV(B) | 218.79º | 0.42% | 0.93% | - |
| XYZ | 41.22 | 41.93 | 86.81 | - |
| YUV | 170.83 | 165.9 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 238 | 0.42 | 0.27 | 0 | 0.07 | 218.79 | 0.74 | 0.74 |
| Hex | 8B | AE | EE | 2A | 1B | 0 | 7 | DB | 4A | 4A |
| Octal | 213 | 256 | 356 | 52 | 33 | 0 | 7 | 333 | 112 | 112 |
| Binary | 10001011 | 10101110 | 11101110 | 101010 | 11011 | 0 | 111 | 11011011 | 1001010 | 1001010 |
Color Harmonies of #8BAEEE
Complementary color
Monochromatic Colors of #8BAEEE
Black with #8BAEEE
Text Example
Text Example
White with #8BAEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEEE; }
p { color: rgb(139,174,238); }
H1.HeaderClassName
{
color: #8BAEEE;
}
.AnyTagClassName
{
color: #8BAEEE;
}
</style>
background-color css
<style>
a { background-color: #8BAEEE; }
a { background-color: rgb(139,174,238); }
div.DivClassName
{
background-color: #8BAEEE;
}
.BgClassName
{
background-color: #8BAEEE;
}
</style>
border-color css
<style>
span { border-color: #8BAEEE; }
span { border-color: rgb(139,174,238); }
td.TdClassName
{
border-color: #8BAEEE;
}
.TagClassName
{
border-color: #8BAEEE;
}
</style>