Shades of Jordy Blue #8BAFED
Tints of Jordy Blue #8BAFED
RGB
CMYK
RGB Variations
Color information
#8BAFED (or 0x8BAFED) is known color: Jordy Blue. HEX triplet: 8B, AF and ED. RGB value is (139,175,237). Sum of RGB (Red+Green+Blue) = 139+175+237=551 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.23% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BAFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFED is #745012. Grayscale: #ABABAB. Windows color (decimal): -7622675 or 15576971. OLE color: 15576971.
HSL color Cylindrical-coordinate representation of color #8BAFED: hue angle of 217.96º degrees, saturation: 0.73, 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 #8BAFED is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 175 | 237 | - |
| CMYK | 0.41 | 0.26 | 0 | 0.07 |
| HSL | 217.96º | 0.73% | 0.74% | - |
| HSV(B) | 217.96º | 0.41% | 0.93% | - |
| XYZ | 41.26 | 42.26 | 86.1 | - |
| YUV | 171.3 | 165.07 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 237 | 0.41 | 0.26 | 0 | 0.07 | 217.96 | 0.73 | 0.74 |
| Hex | 8B | AF | ED | 29 | 1A | 0 | 7 | DA | 49 | 4A |
| Octal | 213 | 257 | 355 | 51 | 32 | 0 | 7 | 332 | 111 | 112 |
| Binary | 10001011 | 10101111 | 11101101 | 101001 | 11010 | 0 | 111 | 11011010 | 1001001 | 1001010 |
Color Harmonies of #8BAFED
Complementary color
Monochromatic Colors of #8BAFED
Black with #8BAFED
Text Example
Text Example
White with #8BAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFED; }
p { color: rgb(139,175,237); }
H1.HeaderClassName
{
color: #8BAFED;
}
.AnyTagClassName
{
color: #8BAFED;
}
</style>
background-color css
<style>
a { background-color: #8BAFED; }
a { background-color: rgb(139,175,237); }
div.DivClassName
{
background-color: #8BAFED;
}
.BgClassName
{
background-color: #8BAFED;
}
</style>
border-color css
<style>
span { border-color: #8BAFED; }
span { border-color: rgb(139,175,237); }
td.TdClassName
{
border-color: #8BAFED;
}
.TagClassName
{
border-color: #8BAFED;
}
</style>