Shades of Jordy Blue #8BAFFE
Tints of Jordy Blue #8BAFFE
RGB
CMYK
RGB Variations
Color information
#8BAFFE (or 0x8BAFFE) is known color: Jordy Blue. HEX triplet: 8B, AF and FE. RGB value is (139,175,254). Sum of RGB (Red+Green+Blue) = 139+175+254=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFFE is #745001. Grayscale: #ACACAC. Windows color (decimal): -7622658 or 16691083. OLE color: 16691083.
HSL color Cylindrical-coordinate representation of color #8BAFFE: hue angle of 221.22º 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 #8BAFFE is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 175 | 254 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.00 |
| HSL | 221.22º | 0.98% | 0.77% | - |
| HSV(B) | 221.22º | 0.45% | 1% | - |
| XYZ | 43.87 | 43.3 | 99.81 | - |
| YUV | 173.24 | 173.57 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 254 | 0.45 | 0.31 | 0 | 0.00 | 221.22 | 0.98 | 0.77 |
| Hex | 8B | AF | FE | 2D | 1F | 0 | 0 | DD | 62 | 4D |
| Octal | 213 | 257 | 376 | 55 | 37 | 0 | 0 | 335 | 142 | 115 |
| Binary | 10001011 | 10101111 | 11111110 | 101101 | 11111 | 0 | 0 | 11011101 | 1100010 | 1001101 |
Color Harmonies of #8BAFFE
Complementary color
Monochromatic Colors of #8BAFFE
Black with #8BAFFE
Text Example
Text Example
White with #8BAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFFE; }
p { color: rgb(139,175,254); }
H1.HeaderClassName
{
color: #8BAFFE;
}
.AnyTagClassName
{
color: #8BAFFE;
}
</style>
background-color css
<style>
a { background-color: #8BAFFE; }
a { background-color: rgb(139,175,254); }
div.DivClassName
{
background-color: #8BAFFE;
}
.BgClassName
{
background-color: #8BAFFE;
}
</style>
border-color css
<style>
span { border-color: #8BAFFE; }
span { border-color: rgb(139,175,254); }
td.TdClassName
{
border-color: #8BAFFE;
}
.TagClassName
{
border-color: #8BAFFE;
}
</style>