Shades of Jordy Blue #8BADEC
Tints of Jordy Blue #8BADEC
RGB
CMYK
RGB Variations
Color information
#8BADEC (or 0x8BADEC) is known color: Jordy Blue. HEX triplet: 8B, AD and EC. RGB value is (139,173,236). Sum of RGB (Red+Green+Blue) = 139+173+236=548 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.36% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADEC is #745213. Grayscale: #A9A9A9. Windows color (decimal): -7623188 or 15510923. OLE color: 15510923.
HSL color Cylindrical-coordinate representation of color #8BADEC: hue angle of 218.97º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BADEC is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 173 | 236 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.07 |
| HSL | 218.97º | 0.72% | 0.74% | - |
| HSV(B) | 218.97º | 0.41% | 0.93% | - |
| XYZ | 40.73 | 41.43 | 85.21 | - |
| YUV | 170.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 236 | 0.41 | 0.27 | 0 | 0.07 | 218.97 | 0.72 | 0.74 |
| Hex | 8B | AD | EC | 29 | 1B | 0 | 7 | DB | 48 | 4A |
| Octal | 213 | 255 | 354 | 51 | 33 | 0 | 7 | 333 | 110 | 112 |
| Binary | 10001011 | 10101101 | 11101100 | 101001 | 11011 | 0 | 111 | 11011011 | 1001000 | 1001010 |
Color Harmonies of #8BADEC
Complementary color
Monochromatic Colors of #8BADEC
Black with #8BADEC
Text Example
Text Example
White with #8BADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADEC; }
p { color: rgb(139,173,236); }
H1.HeaderClassName
{
color: #8BADEC;
}
.AnyTagClassName
{
color: #8BADEC;
}
</style>
background-color css
<style>
a { background-color: #8BADEC; }
a { background-color: rgb(139,173,236); }
div.DivClassName
{
background-color: #8BADEC;
}
.BgClassName
{
background-color: #8BADEC;
}
</style>
border-color css
<style>
span { border-color: #8BADEC; }
span { border-color: rgb(139,173,236); }
td.TdClassName
{
border-color: #8BADEC;
}
.TagClassName
{
border-color: #8BADEC;
}
</style>