Shades of Jordy Blue #8DB5F6
Tints of Jordy Blue #8DB5F6
RGB
CMYK
RGB Variations
Color information
#8DB5F6 (or 0x8DB5F6) is known color: Jordy Blue. HEX triplet: 8D, B5 and F6. RGB value is (141,181,246). Sum of RGB (Red+Green+Blue) = 141+181+246=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 181 (71.09% from 255 or 31.87% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DB5F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB5F6 is #724A09. Grayscale: #B0B0B0. Windows color (decimal): -7490058 or 16168333. OLE color: 16168333.
HSL color Cylindrical-coordinate representation of color #8DB5F6: hue angle of 217.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB5F6 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 181 | 246 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.04 |
| HSL | 217.14º | 0.85% | 0.76% | - |
| HSV(B) | 217.14º | 0.43% | 0.96% | - |
| XYZ | 44.14 | 45.36 | 93.62 | - |
| YUV | 176.45 | 167.25 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 181 | 246 | 0.43 | 0.26 | 0 | 0.04 | 217.14 | 0.85 | 0.76 |
| Hex | 8D | B5 | F6 | 2B | 1A | 0 | 4 | D9 | 55 | 4C |
| Octal | 215 | 265 | 366 | 53 | 32 | 0 | 4 | 331 | 125 | 114 |
| Binary | 10001101 | 10110101 | 11110110 | 101011 | 11010 | 0 | 100 | 11011001 | 1010101 | 1001100 |
Color Harmonies of #8DB5F6
Complementary color
Monochromatic Colors of #8DB5F6
Black with #8DB5F6
Text Example
Text Example
White with #8DB5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB5F6; }
p { color: rgb(141,181,246); }
H1.HeaderClassName
{
color: #8DB5F6;
}
.AnyTagClassName
{
color: #8DB5F6;
}
</style>
background-color css
<style>
a { background-color: #8DB5F6; }
a { background-color: rgb(141,181,246); }
div.DivClassName
{
background-color: #8DB5F6;
}
.BgClassName
{
background-color: #8DB5F6;
}
</style>
border-color css
<style>
span { border-color: #8DB5F6; }
span { border-color: rgb(141,181,246); }
td.TdClassName
{
border-color: #8DB5F6;
}
.TagClassName
{
border-color: #8DB5F6;
}
</style>