Shades of Jordy Blue #8BADEE
Tints of Jordy Blue #8BADEE
RGB
CMYK
RGB Variations
Color information
#8BADEE (or 0x8BADEE) is known color: Jordy Blue. HEX triplet: 8B, AD and EE. RGB value is (139,173,238). Sum of RGB (Red+Green+Blue) = 139+173+238=550 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.27% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADEE is #745211. Grayscale: #A9A9A9. Windows color (decimal): -7623186 or 15641995. OLE color: 15641995.
HSL color Cylindrical-coordinate representation of color #8BADEE: hue angle of 219.39º 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 #8BADEE is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 173 | 238 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.07 |
| HSL | 219.39º | 0.74% | 0.74% | - |
| HSV(B) | 219.39º | 0.42% | 0.93% | - |
| XYZ | 41.02 | 41.55 | 86.75 | - |
| YUV | 170.24 | 166.24 | 105.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 238 | 0.42 | 0.27 | 0 | 0.07 | 219.39 | 0.74 | 0.74 |
| Hex | 8B | AD | EE | 2A | 1B | 0 | 7 | DB | 4A | 4A |
| Octal | 213 | 255 | 356 | 52 | 33 | 0 | 7 | 333 | 112 | 112 |
| Binary | 10001011 | 10101101 | 11101110 | 101010 | 11011 | 0 | 111 | 11011011 | 1001010 | 1001010 |
Color Harmonies of #8BADEE
Complementary color
Monochromatic Colors of #8BADEE
Black with #8BADEE
Text Example
Text Example
White with #8BADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADEE; }
p { color: rgb(139,173,238); }
H1.HeaderClassName
{
color: #8BADEE;
}
.AnyTagClassName
{
color: #8BADEE;
}
</style>
background-color css
<style>
a { background-color: #8BADEE; }
a { background-color: rgb(139,173,238); }
div.DivClassName
{
background-color: #8BADEE;
}
.BgClassName
{
background-color: #8BADEE;
}
</style>
border-color css
<style>
span { border-color: #8BADEE; }
span { border-color: rgb(139,173,238); }
td.TdClassName
{
border-color: #8BADEE;
}
.TagClassName
{
border-color: #8BADEE;
}
</style>