Shades of Jordy Blue #8BADE8
Tints of Jordy Blue #8BADE8
RGB
CMYK
RGB Variations
Color information
#8BADE8 (or 0x8BADE8) is known color: Jordy Blue. HEX triplet: 8B, AD and E8. RGB value is (139,173,232). Sum of RGB (Red+Green+Blue) = 139+173+232=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 232 (91.02% from 255 or 42.65% from 544); Max value from RGB is 232 - color contains mainly: blue. Hex color #8BADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADE8 is #745217. Grayscale: #A9A9A9. Windows color (decimal): -7623192 or 15248779. OLE color: 15248779.
HSL color Cylindrical-coordinate representation of color #8BADE8: hue angle of 218.06º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BADE8 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 139 | 173 | 232 | - |
| CMYK | 0.40 | 0.25 | 0 | 0.09 |
| HSL | 218.06º | 0.67% | 0.73% | - |
| HSV(B) | 218.06º | 0.4% | 0.91% | - |
| XYZ | 40.16 | 41.2 | 82.18 | - |
| YUV | 169.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 232 | 0.40 | 0.25 | 0 | 0.09 | 218.06 | 0.67 | 0.73 |
| Hex | 8B | AD | E8 | 28 | 19 | 0 | 9 | DA | 43 | 49 |
| Octal | 213 | 255 | 350 | 50 | 31 | 0 | 11 | 332 | 103 | 111 |
| Binary | 10001011 | 10101101 | 11101000 | 101000 | 11001 | 0 | 1001 | 11011010 | 1000011 | 1001001 |
Color Harmonies of #8BADE8
Complementary color
Monochromatic Colors of #8BADE8
Black with #8BADE8
Text Example
Text Example
White with #8BADE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADE8; }
p { color: rgb(139,173,232); }
H1.HeaderClassName
{
color: #8BADE8;
}
.AnyTagClassName
{
color: #8BADE8;
}
</style>
background-color css
<style>
a { background-color: #8BADE8; }
a { background-color: rgb(139,173,232); }
div.DivClassName
{
background-color: #8BADE8;
}
.BgClassName
{
background-color: #8BADE8;
}
</style>
border-color css
<style>
span { border-color: #8BADE8; }
span { border-color: rgb(139,173,232); }
td.TdClassName
{
border-color: #8BADE8;
}
.TagClassName
{
border-color: #8BADE8;
}
</style>