Shades of Jordy Blue #8BAEFF
Tints of Jordy Blue #8BAEFF
RGB
CMYK
RGB Variations
Color information
#8BAEFF (or 0x8BAEFF) is known color: Jordy Blue. HEX triplet: 8B, AE and FF. RGB value is (139,174,255). Sum of RGB (Red+Green+Blue) = 139+174+255=568 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.47% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAEFF is #745100. Grayscale: #ACACAC. Windows color (decimal): -7622913 or 16756363. OLE color: 16756363.
HSL color Cylindrical-coordinate representation of color #8BAEFF: hue angle of 221.9º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BAEFF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 174 | 255 | - |
| CMYK | 0.45 | 0.32 | 0 | 0 |
| HSL | 221.9º | 1% | 0.77% | - |
| HSV(B) | 221.9º | 0.45% | 1% | - |
| XYZ | 43.83 | 42.98 | 100.59 | - |
| YUV | 172.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 174 | 255 | 0.45 | 0.32 | 0 | 0 | 221.9 | 1 | 0.77 |
| Hex | 8B | AE | FF | 2D | 20 | 0 | 0 | DE | 64 | 4D |
| Octal | 213 | 256 | 377 | 55 | 40 | 0 | 0 | 336 | 144 | 115 |
| Binary | 10001011 | 10101110 | 11111111 | 101101 | 100000 | 0 | 0 | 11011110 | 1100100 | 1001101 |
Color Harmonies of #8BAEFF
Complementary color
Monochromatic Colors of #8BAEFF
Black with #8BAEFF
Text Example
Text Example
White with #8BAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAEFF; }
p { color: rgb(139,174,255); }
H1.HeaderClassName
{
color: #8BAEFF;
}
.AnyTagClassName
{
color: #8BAEFF;
}
</style>
background-color css
<style>
a { background-color: #8BAEFF; }
a { background-color: rgb(139,174,255); }
div.DivClassName
{
background-color: #8BAEFF;
}
.BgClassName
{
background-color: #8BAEFF;
}
</style>
border-color css
<style>
span { border-color: #8BAEFF; }
span { border-color: rgb(139,174,255); }
td.TdClassName
{
border-color: #8BAEFF;
}
.TagClassName
{
border-color: #8BAEFF;
}
</style>