Shades of Jordy Blue #8BAEDF
Tints of Jordy Blue #8BAEDF
RGB
CMYK
RGB Variations
Color information
#8BAEDF (or 0x8BAEDF) is known color: Jordy Blue. HEX triplet: 8B, AE and DF. RGB value is (139,174,223). Sum of RGB (Red+Green+Blue) = 139+174+223=536 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.93% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BAEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BAEDF is #745120. Grayscale: #A8A8A8. Windows color (decimal): -7622945 or 14659211. OLE color: 14659211.
HSL color Cylindrical-coordinate representation of color #8BAEDF: hue angle of 215º 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 #8BAEDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 174 | 223 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 215º | 0.57% | 0.71% | - |
| HSV(B) | 215º | 0.38% | 0.87% | - |
| XYZ | 39.1 | 41.09 | 75.68 | - |
| YUV | 169.12 | 158.4 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 223 | 0.38 | 0.22 | 0 | 0.13 | 215 | 0.57 | 0.71 |
| Hex | 8B | AE | DF | 26 | 16 | 0 | D | D7 | 39 | 47 |
| Octal | 213 | 256 | 337 | 46 | 26 | 0 | 15 | 327 | 71 | 107 |
| Binary | 10001011 | 10101110 | 11011111 | 100110 | 10110 | 0 | 1101 | 11010111 | 111001 | 1000111 |
Color Harmonies of #8BAEDF
Complementary color
Monochromatic Colors of #8BAEDF
Black with #8BAEDF
Text Example
Text Example
White with #8BAEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEDF; }
p { color: rgb(139,174,223); }
H1.HeaderClassName
{
color: #8BAEDF;
}
.AnyTagClassName
{
color: #8BAEDF;
}
</style>
background-color css
<style>
a { background-color: #8BAEDF; }
a { background-color: rgb(139,174,223); }
div.DivClassName
{
background-color: #8BAEDF;
}
.BgClassName
{
background-color: #8BAEDF;
}
</style>
border-color css
<style>
span { border-color: #8BAEDF; }
span { border-color: rgb(139,174,223); }
td.TdClassName
{
border-color: #8BAEDF;
}
.TagClassName
{
border-color: #8BAEDF;
}
</style>