Shades of Jordy Blue #8BAFFC
Tints of Jordy Blue #8BAFFC
RGB
CMYK
RGB Variations
Color information
#8BAFFC (or 0x8BAFFC) is known color: Jordy Blue. HEX triplet: 8B, AF and FC. RGB value is (139,175,252). Sum of RGB (Red+Green+Blue) = 139+175+252=566 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.56% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFFC is #745003. Grayscale: #ACACAC. Windows color (decimal): -7622660 or 16560011. OLE color: 16560011.
HSL color Cylindrical-coordinate representation of color #8BAFFC: hue angle of 220.88º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BAFFC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 175 | 252 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.01 |
| HSL | 220.89º | 0.95% | 0.77% | - |
| HSV(B) | 220.89º | 0.45% | 0.99% | - |
| XYZ | 43.55 | 43.18 | 98.13 | - |
| YUV | 173.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 252 | 0.45 | 0.31 | 0 | 0.01 | 220.89 | 0.95 | 0.77 |
| Hex | 8B | AF | FC | 2D | 1F | 0 | 1 | DD | 5F | 4D |
| Octal | 213 | 257 | 374 | 55 | 37 | 0 | 1 | 335 | 137 | 115 |
| Binary | 10001011 | 10101111 | 11111100 | 101101 | 11111 | 0 | 1 | 11011101 | 1011111 | 1001101 |
Color Harmonies of #8BAFFC
Complementary color
Monochromatic Colors of #8BAFFC
Black with #8BAFFC
Text Example
Text Example
White with #8BAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFFC; }
p { color: rgb(139,175,252); }
H1.HeaderClassName
{
color: #8BAFFC;
}
.AnyTagClassName
{
color: #8BAFFC;
}
</style>
background-color css
<style>
a { background-color: #8BAFFC; }
a { background-color: rgb(139,175,252); }
div.DivClassName
{
background-color: #8BAFFC;
}
.BgClassName
{
background-color: #8BAFFC;
}
</style>
border-color css
<style>
span { border-color: #8BAFFC; }
span { border-color: rgb(139,175,252); }
td.TdClassName
{
border-color: #8BAFFC;
}
.TagClassName
{
border-color: #8BAFFC;
}
</style>