Shades of Jordy Blue #8BADF1
Tints of Jordy Blue #8BADF1
RGB
CMYK
RGB Variations
Color information
#8BADF1 (or 0x8BADF1) is known color: Jordy Blue. HEX triplet: 8B, AD and F1. RGB value is (139,173,241). Sum of RGB (Red+Green+Blue) = 139+173+241=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 241 (94.53% from 255 or 43.58% from 553); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BADF1 is #74520E. Grayscale: #AAAAAA. Windows color (decimal): -7623183 or 15838603. OLE color: 15838603.
HSL color Cylindrical-coordinate representation of color #8BADF1: hue angle of 220º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BADF1 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 173 | 241 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.05 |
| HSL | 220º | 0.78% | 0.75% | - |
| HSV(B) | 220º | 0.42% | 0.95% | - |
| XYZ | 41.47 | 41.73 | 89.09 | - |
| YUV | 170.59 | 167.74 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 173 | 241 | 0.42 | 0.28 | 0 | 0.05 | 220 | 0.78 | 0.75 |
| Hex | 8B | AD | F1 | 2A | 1C | 0 | 5 | DC | 4E | 4B |
| Octal | 213 | 255 | 361 | 52 | 34 | 0 | 5 | 334 | 116 | 113 |
| Binary | 10001011 | 10101101 | 11110001 | 101010 | 11100 | 0 | 101 | 11011100 | 1001110 | 1001011 |
Color Harmonies of #8BADF1
Complementary color
Monochromatic Colors of #8BADF1
Black with #8BADF1
Text Example
Text Example
White with #8BADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BADF1; }
p { color: rgb(139,173,241); }
H1.HeaderClassName
{
color: #8BADF1;
}
.AnyTagClassName
{
color: #8BADF1;
}
</style>
background-color css
<style>
a { background-color: #8BADF1; }
a { background-color: rgb(139,173,241); }
div.DivClassName
{
background-color: #8BADF1;
}
.BgClassName
{
background-color: #8BADF1;
}
</style>
border-color css
<style>
span { border-color: #8BADF1; }
span { border-color: rgb(139,173,241); }
td.TdClassName
{
border-color: #8BADF1;
}
.TagClassName
{
border-color: #8BADF1;
}
</style>