Shades of Jordy Blue #8DB3FA
Tints of Jordy Blue #8DB3FA
RGB
CMYK
RGB Variations
Color information
#8DB3FA (or 0x8DB3FA) is known color: Jordy Blue. HEX triplet: 8D, B3 and FA. RGB value is (141,179,250). Sum of RGB (Red+Green+Blue) = 141+179+250=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DB3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3FA is #724C05. Grayscale: #AFAFAF. Windows color (decimal): -7490566 or 16429965. OLE color: 16429965.
HSL color Cylindrical-coordinate representation of color #8DB3FA: hue angle of 219.08º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DB3FA is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 179 | 250 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.02 |
| HSL | 219.08º | 0.92% | 0.77% | - |
| HSV(B) | 219.08º | 0.44% | 0.98% | - |
| XYZ | 44.36 | 44.81 | 96.75 | - |
| YUV | 175.73 | 169.91 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 250 | 0.44 | 0.28 | 0 | 0.02 | 219.08 | 0.92 | 0.77 |
| Hex | 8D | B3 | FA | 2C | 1C | 0 | 2 | DB | 5C | 4D |
| Octal | 215 | 263 | 372 | 54 | 34 | 0 | 2 | 333 | 134 | 115 |
| Binary | 10001101 | 10110011 | 11111010 | 101100 | 11100 | 0 | 10 | 11011011 | 1011100 | 1001101 |
Color Harmonies of #8DB3FA
Complementary color
Monochromatic Colors of #8DB3FA
Black with #8DB3FA
Text Example
Text Example
White with #8DB3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3FA; }
p { color: rgb(141,179,250); }
H1.HeaderClassName
{
color: #8DB3FA;
}
.AnyTagClassName
{
color: #8DB3FA;
}
</style>
background-color css
<style>
a { background-color: #8DB3FA; }
a { background-color: rgb(141,179,250); }
div.DivClassName
{
background-color: #8DB3FA;
}
.BgClassName
{
background-color: #8DB3FA;
}
</style>
border-color css
<style>
span { border-color: #8DB3FA; }
span { border-color: rgb(141,179,250); }
td.TdClassName
{
border-color: #8DB3FA;
}
.TagClassName
{
border-color: #8DB3FA;
}
</style>