Shades of Jordy Blue #8FB7DF
Tints of Jordy Blue #8FB7DF
RGB
CMYK
RGB Variations
Color information
#8FB7DF (or 0x8FB7DF) is known color: Jordy Blue. HEX triplet: 8F, B7 and DF. RGB value is (143,183,223). Sum of RGB (Red+Green+Blue) = 143+183+223=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #8FB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FB7DF is #704820. Grayscale: #AFAFAF. Windows color (decimal): -7358497 or 14661519. OLE color: 14661519.
HSL color Cylindrical-coordinate representation of color #8FB7DF: hue angle of 210º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB7DF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 183 | 223 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.13 |
| HSL | 210º | 0.56% | 0.72% | - |
| HSV(B) | 210º | 0.36% | 0.87% | - |
| XYZ | 41.58 | 45.03 | 76.31 | - |
| YUV | 175.6 | 154.75 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 183 | 223 | 0.36 | 0.18 | 0 | 0.13 | 210 | 0.56 | 0.72 |
| Hex | 8F | B7 | DF | 24 | 12 | 0 | D | D2 | 38 | 48 |
| Octal | 217 | 267 | 337 | 44 | 22 | 0 | 15 | 322 | 70 | 110 |
| Binary | 10001111 | 10110111 | 11011111 | 100100 | 10010 | 0 | 1101 | 11010010 | 111000 | 1001000 |
Color Harmonies of #8FB7DF
Complementary color
Monochromatic Colors of #8FB7DF
Black with #8FB7DF
Text Example
Text Example
White with #8FB7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FB7DF; }
p { color: rgb(143,183,223); }
H1.HeaderClassName
{
color: #8FB7DF;
}
.AnyTagClassName
{
color: #8FB7DF;
}
</style>
background-color css
<style>
a { background-color: #8FB7DF; }
a { background-color: rgb(143,183,223); }
div.DivClassName
{
background-color: #8FB7DF;
}
.BgClassName
{
background-color: #8FB7DF;
}
</style>
border-color css
<style>
span { border-color: #8FB7DF; }
span { border-color: rgb(143,183,223); }
td.TdClassName
{
border-color: #8FB7DF;
}
.TagClassName
{
border-color: #8FB7DF;
}
</style>