Shades of Jordy Blue #8BADFF
Tints of Jordy Blue #8BADFF
RGB
CMYK
RGB Variations
Color information
#8BADFF (or 0x8BADFF) is known color: Jordy Blue. HEX triplet: 8B, AD and FF. RGB value is (139,173,255). Sum of RGB (Red+Green+Blue) = 139+173+255=567 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.51% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADFF is #745200. Grayscale: #ABABAB. Windows color (decimal): -7623169 or 16756107. OLE color: 16756107.
HSL color Cylindrical-coordinate representation of color #8BADFF: hue angle of 222.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BADFF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 173 | 255 | - |
| CMYK | 0.45 | 0.32 | 0 | 0 |
| HSL | 222.41º | 1% | 0.77% | - |
| HSV(B) | 222.41º | 0.45% | 1% | - |
| XYZ | 43.64 | 42.6 | 100.53 | - |
| YUV | 172.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 255 | 0.45 | 0.32 | 0 | 0 | 222.41 | 1 | 0.77 |
| Hex | 8B | AD | FF | 2D | 20 | 0 | 0 | DE | 64 | 4D |
| Octal | 213 | 255 | 377 | 55 | 40 | 0 | 0 | 336 | 144 | 115 |
| Binary | 10001011 | 10101101 | 11111111 | 101101 | 100000 | 0 | 0 | 11011110 | 1100100 | 1001101 |
Color Harmonies of #8BADFF
Complementary color
Monochromatic Colors of #8BADFF
Black with #8BADFF
Text Example
Text Example
White with #8BADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADFF; }
p { color: rgb(139,173,255); }
H1.HeaderClassName
{
color: #8BADFF;
}
.AnyTagClassName
{
color: #8BADFF;
}
</style>
background-color css
<style>
a { background-color: #8BADFF; }
a { background-color: rgb(139,173,255); }
div.DivClassName
{
background-color: #8BADFF;
}
.BgClassName
{
background-color: #8BADFF;
}
</style>
border-color css
<style>
span { border-color: #8BADFF; }
span { border-color: rgb(139,173,255); }
td.TdClassName
{
border-color: #8BADFF;
}
.TagClassName
{
border-color: #8BADFF;
}
</style>