Shades of Jordy Blue #8BADDE
Tints of Jordy Blue #8BADDE
RGB
CMYK
RGB Variations
Color information
#8BADDE (or 0x8BADDE) is known color: Jordy Blue. HEX triplet: 8B, AD and DE. RGB value is (139,173,222). Sum of RGB (Red+Green+Blue) = 139+173+222=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 222 (87.11% from 255 or 41.57% from 534); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADDE is #745221. Grayscale: #A8A8A8. Windows color (decimal): -7623202 or 14593419. OLE color: 14593419.
HSL color Cylindrical-coordinate representation of color #8BADDE: hue angle of 215.42º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BADDE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 173 | 222 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.13 |
| HSL | 215.42º | 0.56% | 0.71% | - |
| HSV(B) | 215.42º | 0.37% | 0.87% | - |
| XYZ | 38.78 | 40.65 | 74.91 | - |
| YUV | 168.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 222 | 0.37 | 0.22 | 0 | 0.13 | 215.42 | 0.56 | 0.71 |
| Hex | 8B | AD | DE | 25 | 16 | 0 | D | D7 | 38 | 47 |
| Octal | 213 | 255 | 336 | 45 | 26 | 0 | 15 | 327 | 70 | 107 |
| Binary | 10001011 | 10101101 | 11011110 | 100101 | 10110 | 0 | 1101 | 11010111 | 111000 | 1000111 |
Color Harmonies of #8BADDE
Complementary color
Monochromatic Colors of #8BADDE
Black with #8BADDE
Text Example
Text Example
White with #8BADDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADDE; }
p { color: rgb(139,173,222); }
H1.HeaderClassName
{
color: #8BADDE;
}
.AnyTagClassName
{
color: #8BADDE;
}
</style>
background-color css
<style>
a { background-color: #8BADDE; }
a { background-color: rgb(139,173,222); }
div.DivClassName
{
background-color: #8BADDE;
}
.BgClassName
{
background-color: #8BADDE;
}
</style>
border-color css
<style>
span { border-color: #8BADDE; }
span { border-color: rgb(139,173,222); }
td.TdClassName
{
border-color: #8BADDE;
}
.TagClassName
{
border-color: #8BADDE;
}
</style>