Shades of Jordy Blue #8FB7EC
Tints of Jordy Blue #8FB7EC
RGB
CMYK
RGB Variations
Color information
#8FB7EC (or 0x8FB7EC) is known color: Jordy Blue. HEX triplet: 8F, B7 and EC. RGB value is (143,183,236). Sum of RGB (Red+Green+Blue) = 143+183+236=562 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.44% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 236 - color contains mainly: blue. Hex color #8FB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7EC is #704813. Grayscale: #B0B0B0. Windows color (decimal): -7358484 or 15513487. OLE color: 15513487.
HSL color Cylindrical-coordinate representation of color #8FB7EC: hue angle of 214.19º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FB7EC is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 183 | 236 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.07 |
| HSL | 214.19º | 0.71% | 0.74% | - |
| HSV(B) | 214.19º | 0.39% | 0.93% | - |
| XYZ | 43.4 | 45.76 | 85.9 | - |
| YUV | 177.08 | 161.25 | 103.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 236 | 0.39 | 0.22 | 0 | 0.07 | 214.19 | 0.71 | 0.74 |
| Hex | 8F | B7 | EC | 27 | 16 | 0 | 7 | D6 | 47 | 4A |
| Octal | 217 | 267 | 354 | 47 | 26 | 0 | 7 | 326 | 107 | 112 |
| Binary | 10001111 | 10110111 | 11101100 | 100111 | 10110 | 0 | 111 | 11010110 | 1000111 | 1001010 |
Color Harmonies of #8FB7EC
Complementary color
Monochromatic Colors of #8FB7EC
Black with #8FB7EC
Text Example
Text Example
White with #8FB7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7EC; }
p { color: rgb(143,183,236); }
H1.HeaderClassName
{
color: #8FB7EC;
}
.AnyTagClassName
{
color: #8FB7EC;
}
</style>
background-color css
<style>
a { background-color: #8FB7EC; }
a { background-color: rgb(143,183,236); }
div.DivClassName
{
background-color: #8FB7EC;
}
.BgClassName
{
background-color: #8FB7EC;
}
</style>
border-color css
<style>
span { border-color: #8FB7EC; }
span { border-color: rgb(143,183,236); }
td.TdClassName
{
border-color: #8FB7EC;
}
.TagClassName
{
border-color: #8FB7EC;
}
</style>