Shades of Jordy Blue #8DB3EB
Tints of Jordy Blue #8DB3EB
RGB
CMYK
RGB Variations
Color information
#8DB3EB (or 0x8DB3EB) is known color: Jordy Blue. HEX triplet: 8D, B3 and EB. RGB value is (141,179,235). Sum of RGB (Red+Green+Blue) = 141+179+235=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB3EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB3EB is #724C14. Grayscale: #ADADAD. Windows color (decimal): -7490581 or 15446925. OLE color: 15446925.
HSL color Cylindrical-coordinate representation of color #8DB3EB: hue angle of 215.74º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DB3EB is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 179 | 235 | - |
| CMYK | 0.4 | 0.24 | 0 | 0.08 |
| HSL | 215.74º | 0.7% | 0.74% | - |
| HSV(B) | 215.74º | 0.4% | 0.92% | - |
| XYZ | 42.1 | 43.9 | 84.85 | - |
| YUV | 174.02 | 162.41 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 179 | 235 | 0.4 | 0.24 | 0 | 0.08 | 215.74 | 0.7 | 0.74 |
| Hex | 8D | B3 | EB | 28 | 18 | 0 | 8 | D8 | 46 | 4A |
| Octal | 215 | 263 | 353 | 50 | 30 | 0 | 10 | 330 | 106 | 112 |
| Binary | 10001101 | 10110011 | 11101011 | 101000 | 11000 | 0 | 1000 | 11011000 | 1000110 | 1001010 |
Color Harmonies of #8DB3EB
Complementary color
Monochromatic Colors of #8DB3EB
Black with #8DB3EB
Text Example
Text Example
White with #8DB3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB3EB; }
p { color: rgb(141,179,235); }
H1.HeaderClassName
{
color: #8DB3EB;
}
.AnyTagClassName
{
color: #8DB3EB;
}
</style>
background-color css
<style>
a { background-color: #8DB3EB; }
a { background-color: rgb(141,179,235); }
div.DivClassName
{
background-color: #8DB3EB;
}
.BgClassName
{
background-color: #8DB3EB;
}
</style>
border-color css
<style>
span { border-color: #8DB3EB; }
span { border-color: rgb(141,179,235); }
td.TdClassName
{
border-color: #8DB3EB;
}
.TagClassName
{
border-color: #8DB3EB;
}
</style>