Shades of Jordy Blue #8DB3F6
Tints of Jordy Blue #8DB3F6
RGB
CMYK
RGB Variations
Color information
#8DB3F6 (or 0x8DB3F6) is known color: Jordy Blue. HEX triplet: 8D, B3 and F6. RGB value is (141,179,246). Sum of RGB (Red+Green+Blue) = 141+179+246=566 (74% of max value = 765). Red value is 141 (55.47% from 255 or 24.91% from 566); Green value is 179 (70.31% from 255 or 31.63% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DB3F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3F6 is #724C09. Grayscale: #AEAEAE. Windows color (decimal): -7490570 or 16167821. OLE color: 16167821.
HSL color Cylindrical-coordinate representation of color #8DB3F6: hue angle of 218.29º 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 #8DB3F6 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 179 | 246 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.04 |
| HSL | 218.29º | 0.85% | 0.76% | - |
| HSV(B) | 218.29º | 0.43% | 0.96% | - |
| XYZ | 43.74 | 44.56 | 93.48 | - |
| YUV | 175.28 | 167.91 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 246 | 0.43 | 0.27 | 0 | 0.04 | 218.29 | 0.85 | 0.76 |
| Hex | 8D | B3 | F6 | 2B | 1B | 0 | 4 | DA | 55 | 4C |
| Octal | 215 | 263 | 366 | 53 | 33 | 0 | 4 | 332 | 125 | 114 |
| Binary | 10001101 | 10110011 | 11110110 | 101011 | 11011 | 0 | 100 | 11011010 | 1010101 | 1001100 |
Color Harmonies of #8DB3F6
Complementary color
Monochromatic Colors of #8DB3F6
Black with #8DB3F6
Text Example
Text Example
White with #8DB3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3F6; }
p { color: rgb(141,179,246); }
H1.HeaderClassName
{
color: #8DB3F6;
}
.AnyTagClassName
{
color: #8DB3F6;
}
</style>
background-color css
<style>
a { background-color: #8DB3F6; }
a { background-color: rgb(141,179,246); }
div.DivClassName
{
background-color: #8DB3F6;
}
.BgClassName
{
background-color: #8DB3F6;
}
</style>
border-color css
<style>
span { border-color: #8DB3F6; }
span { border-color: rgb(141,179,246); }
td.TdClassName
{
border-color: #8DB3F6;
}
.TagClassName
{
border-color: #8DB3F6;
}
</style>