Shades of Jordy Blue #8BAFE6
Tints of Jordy Blue #8BAFE6
RGB
CMYK
RGB Variations
Color information
#8BAFE6 (or 0x8BAFE6) is known color: Jordy Blue. HEX triplet: 8B, AF and E6. RGB value is (139,175,230). Sum of RGB (Red+Green+Blue) = 139+175+230=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 230 (90.23% from 255 or 42.28% from 544); Max value from RGB is 230 - color contains mainly: blue. Hex color #8BAFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFE6 is #745019. Grayscale: #AAAAAA. Windows color (decimal): -7622682 or 15118219. OLE color: 15118219.
HSL color Cylindrical-coordinate representation of color #8BAFE6: hue angle of 216.26º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BAFE6 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 139 | 175 | 230 | - |
| CMYK | 0.40 | 0.24 | 0 | 0.10 |
| HSL | 216.26º | 0.65% | 0.72% | - |
| HSV(B) | 216.26º | 0.4% | 0.9% | - |
| XYZ | 40.26 | 41.86 | 80.82 | - |
| YUV | 170.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 230 | 0.40 | 0.24 | 0 | 0.10 | 216.26 | 0.65 | 0.72 |
| Hex | 8B | AF | E6 | 28 | 18 | 0 | A | D8 | 41 | 48 |
| Octal | 213 | 257 | 346 | 50 | 30 | 0 | 12 | 330 | 101 | 110 |
| Binary | 10001011 | 10101111 | 11100110 | 101000 | 11000 | 0 | 1010 | 11011000 | 1000001 | 1001000 |
Color Harmonies of #8BAFE6
Complementary color
Monochromatic Colors of #8BAFE6
Black with #8BAFE6
Text Example
Text Example
White with #8BAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFE6; }
p { color: rgb(139,175,230); }
H1.HeaderClassName
{
color: #8BAFE6;
}
.AnyTagClassName
{
color: #8BAFE6;
}
</style>
background-color css
<style>
a { background-color: #8BAFE6; }
a { background-color: rgb(139,175,230); }
div.DivClassName
{
background-color: #8BAFE6;
}
.BgClassName
{
background-color: #8BAFE6;
}
</style>
border-color css
<style>
span { border-color: #8BAFE6; }
span { border-color: rgb(139,175,230); }
td.TdClassName
{
border-color: #8BAFE6;
}
.TagClassName
{
border-color: #8BAFE6;
}
</style>