Shades of Jordy Blue #8BADDF
Tints of Jordy Blue #8BADDF
RGB
CMYK
RGB Variations
Color information
#8BADDF (or 0x8BADDF) is known color: Jordy Blue. HEX triplet: 8B, AD and DF. RGB value is (139,173,223). Sum of RGB (Red+Green+Blue) = 139+173+223=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BADDF is #745220. Grayscale: #A8A8A8. Windows color (decimal): -7623201 or 14658955. OLE color: 14658955.
HSL color Cylindrical-coordinate representation of color #8BADDF: hue angle of 215.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BADDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 173 | 223 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 215.71º | 0.57% | 0.71% | - |
| HSV(B) | 215.71º | 0.38% | 0.87% | - |
| XYZ | 38.91 | 40.7 | 75.62 | - |
| YUV | 168.53 | 158.74 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 223 | 0.38 | 0.22 | 0 | 0.13 | 215.71 | 0.57 | 0.71 |
| Hex | 8B | AD | DF | 26 | 16 | 0 | D | D8 | 39 | 47 |
| Octal | 213 | 255 | 337 | 46 | 26 | 0 | 15 | 330 | 71 | 107 |
| Binary | 10001011 | 10101101 | 11011111 | 100110 | 10110 | 0 | 1101 | 11011000 | 111001 | 1000111 |
Color Harmonies of #8BADDF
Complementary color
Monochromatic Colors of #8BADDF
Black with #8BADDF
Text Example
Text Example
White with #8BADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADDF; }
p { color: rgb(139,173,223); }
H1.HeaderClassName
{
color: #8BADDF;
}
.AnyTagClassName
{
color: #8BADDF;
}
</style>
background-color css
<style>
a { background-color: #8BADDF; }
a { background-color: rgb(139,173,223); }
div.DivClassName
{
background-color: #8BADDF;
}
.BgClassName
{
background-color: #8BADDF;
}
</style>
border-color css
<style>
span { border-color: #8BADDF; }
span { border-color: rgb(139,173,223); }
td.TdClassName
{
border-color: #8BADDF;
}
.TagClassName
{
border-color: #8BADDF;
}
</style>