Shades of Jordy Blue #8BAAFC
Tints of Jordy Blue #8BAAFC
RGB
CMYK
RGB Variations
Color information
#8BAAFC (or 0x8BAAFC) is known color: Jordy Blue. HEX triplet: 8B, AA and FC. RGB value is (139,170,252). Sum of RGB (Red+Green+Blue) = 139+170+252=561 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.78% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAAFC is #745503. Grayscale: #A9A9A9. Windows color (decimal): -7623940 or 16558731. OLE color: 16558731.
HSL color Cylindrical-coordinate representation of color #8BAAFC: hue angle of 223.54º 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 #8BAAFC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 170 | 252 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.01 |
| HSL | 223.54º | 0.95% | 0.77% | - |
| HSV(B) | 223.54º | 0.45% | 0.99% | - |
| XYZ | 42.59 | 41.27 | 97.82 | - |
| YUV | 170.08 | 174.23 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 170 | 252 | 0.45 | 0.33 | 0 | 0.01 | 223.54 | 0.95 | 0.77 |
| Hex | 8B | AA | FC | 2D | 21 | 0 | 1 | E0 | 5F | 4D |
| Octal | 213 | 252 | 374 | 55 | 41 | 0 | 1 | 340 | 137 | 115 |
| Binary | 10001011 | 10101010 | 11111100 | 101101 | 100001 | 0 | 1 | 11100000 | 1011111 | 1001101 |
Color Harmonies of #8BAAFC
Complementary color
Monochromatic Colors of #8BAAFC
Black with #8BAAFC
Text Example
Text Example
White with #8BAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAAFC; }
p { color: rgb(139,170,252); }
H1.HeaderClassName
{
color: #8BAAFC;
}
.AnyTagClassName
{
color: #8BAAFC;
}
</style>
background-color css
<style>
a { background-color: #8BAAFC; }
a { background-color: rgb(139,170,252); }
div.DivClassName
{
background-color: #8BAAFC;
}
.BgClassName
{
background-color: #8BAAFC;
}
</style>
border-color css
<style>
span { border-color: #8BAAFC; }
span { border-color: rgb(139,170,252); }
td.TdClassName
{
border-color: #8BAAFC;
}
.TagClassName
{
border-color: #8BAAFC;
}
</style>