Shades of Jordy Blue #8BAFF0
Tints of Jordy Blue #8BAFF0
RGB
CMYK
RGB Variations
Color information
#8BAFF0 (or 0x8BAFF0) is known color: Jordy Blue. HEX triplet: 8B, AF and F0. RGB value is (139,175,240). Sum of RGB (Red+Green+Blue) = 139+175+240=554 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.09% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BAFF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BAFF0 is #74500F. Grayscale: #ABABAB. Windows color (decimal): -7622672 or 15773579. OLE color: 15773579.
HSL color Cylindrical-coordinate representation of color #8BAFF0: hue angle of 218.61º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BAFF0 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 175 | 240 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.06 |
| HSL | 218.61º | 0.77% | 0.74% | - |
| HSV(B) | 218.61º | 0.42% | 0.94% | - |
| XYZ | 41.71 | 42.44 | 88.43 | - |
| YUV | 171.65 | 166.57 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 175 | 240 | 0.42 | 0.27 | 0 | 0.06 | 218.61 | 0.77 | 0.74 |
| Hex | 8B | AF | F0 | 2A | 1B | 0 | 6 | DB | 4D | 4A |
| Octal | 213 | 257 | 360 | 52 | 33 | 0 | 6 | 333 | 115 | 112 |
| Binary | 10001011 | 10101111 | 11110000 | 101010 | 11011 | 0 | 110 | 11011011 | 1001101 | 1001010 |
Color Harmonies of #8BAFF0
Complementary color
Monochromatic Colors of #8BAFF0
Black with #8BAFF0
Text Example
Text Example
White with #8BAFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BAFF0; }
p { color: rgb(139,175,240); }
H1.HeaderClassName
{
color: #8BAFF0;
}
.AnyTagClassName
{
color: #8BAFF0;
}
</style>
background-color css
<style>
a { background-color: #8BAFF0; }
a { background-color: rgb(139,175,240); }
div.DivClassName
{
background-color: #8BAFF0;
}
.BgClassName
{
background-color: #8BAFF0;
}
</style>
border-color css
<style>
span { border-color: #8BAFF0; }
span { border-color: rgb(139,175,240); }
td.TdClassName
{
border-color: #8BAFF0;
}
.TagClassName
{
border-color: #8BAFF0;
}
</style>