Shades of Jordy Blue #8FB7EF
Tints of Jordy Blue #8FB7EF
RGB
CMYK
RGB Variations
Color information
#8FB7EF (or 0x8FB7EF) is known color: Jordy Blue. HEX triplet: 8F, B7 and EF. RGB value is (143,183,239). Sum of RGB (Red+Green+Blue) = 143+183+239=565 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.31% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #8FB7EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FB7EF is #704810. Grayscale: #B1B1B1. Windows color (decimal): -7358481 or 15710095. OLE color: 15710095.
HSL color Cylindrical-coordinate representation of color #8FB7EF: hue angle of 215º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FB7EF is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 183 | 239 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.06 |
| HSL | 215º | 0.75% | 0.75% | - |
| HSV(B) | 215º | 0.4% | 0.94% | - |
| XYZ | 43.84 | 45.94 | 88.22 | - |
| YUV | 177.42 | 162.75 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 239 | 0.40 | 0.23 | 0 | 0.06 | 215 | 0.75 | 0.75 |
| Hex | 8F | B7 | EF | 28 | 17 | 0 | 6 | D7 | 4B | 4B |
| Octal | 217 | 267 | 357 | 50 | 27 | 0 | 6 | 327 | 113 | 113 |
| Binary | 10001111 | 10110111 | 11101111 | 101000 | 10111 | 0 | 110 | 11010111 | 1001011 | 1001011 |
Color Harmonies of #8FB7EF
Complementary color
Monochromatic Colors of #8FB7EF
Black with #8FB7EF
Text Example
Text Example
White with #8FB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7EF; }
p { color: rgb(143,183,239); }
H1.HeaderClassName
{
color: #8FB7EF;
}
.AnyTagClassName
{
color: #8FB7EF;
}
</style>
background-color css
<style>
a { background-color: #8FB7EF; }
a { background-color: rgb(143,183,239); }
div.DivClassName
{
background-color: #8FB7EF;
}
.BgClassName
{
background-color: #8FB7EF;
}
</style>
border-color css
<style>
span { border-color: #8FB7EF; }
span { border-color: rgb(143,183,239); }
td.TdClassName
{
border-color: #8FB7EF;
}
.TagClassName
{
border-color: #8FB7EF;
}
</style>