Shades of Jordy Blue #8BABFE
Tints of Jordy Blue #8BABFE
RGB
CMYK
RGB Variations
Color information
#8BABFE (or 0x8BABFE) is known color: Jordy Blue. HEX triplet: 8B, AB and FE. RGB value is (139,171,254). Sum of RGB (Red+Green+Blue) = 139+171+254=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BABFE is #745401. Grayscale: #AAAAAA. Windows color (decimal): -7623682 or 16690059. OLE color: 16690059.
HSL color Cylindrical-coordinate representation of color #8BABFE: hue angle of 223.3º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BABFE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 171 | 254 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.00 |
| HSL | 223.3º | 0.98% | 0.77% | - |
| HSV(B) | 223.3º | 0.45% | 1% | - |
| XYZ | 43.1 | 41.77 | 99.56 | - |
| YUV | 170.89 | 174.9 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 171 | 254 | 0.45 | 0.33 | 0 | 0.00 | 223.3 | 0.98 | 0.77 |
| Hex | 8B | AB | FE | 2D | 21 | 0 | 0 | DF | 62 | 4D |
| Octal | 213 | 253 | 376 | 55 | 41 | 0 | 0 | 337 | 142 | 115 |
| Binary | 10001011 | 10101011 | 11111110 | 101101 | 100001 | 0 | 0 | 11011111 | 1100010 | 1001101 |
Color Harmonies of #8BABFE
Complementary color
Monochromatic Colors of #8BABFE
Black with #8BABFE
Text Example
Text Example
White with #8BABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BABFE; }
p { color: rgb(139,171,254); }
H1.HeaderClassName
{
color: #8BABFE;
}
.AnyTagClassName
{
color: #8BABFE;
}
</style>
background-color css
<style>
a { background-color: #8BABFE; }
a { background-color: rgb(139,171,254); }
div.DivClassName
{
background-color: #8BABFE;
}
.BgClassName
{
background-color: #8BABFE;
}
</style>
border-color css
<style>
span { border-color: #8BABFE; }
span { border-color: rgb(139,171,254); }
td.TdClassName
{
border-color: #8BABFE;
}
.TagClassName
{
border-color: #8BABFE;
}
</style>