Shades of Jordy Blue #8DB1ED
Tints of Jordy Blue #8DB1ED
RGB
CMYK
RGB Variations
Color information
#8DB1ED (or 0x8DB1ED) is known color: Jordy Blue. HEX triplet: 8D, B1 and ED. RGB value is (141,177,237). Sum of RGB (Red+Green+Blue) = 141+177+237=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DB1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1ED is #724E12. Grayscale: #ACACAC. Windows color (decimal): -7491091 or 15577485. OLE color: 15577485.
HSL color Cylindrical-coordinate representation of color #8DB1ED: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DB1ED is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 177 | 237 | - |
| CMYK | 0.41 | 0.25 | 0 | 0.07 |
| HSL | 217.5º | 0.73% | 0.74% | - |
| HSV(B) | 217.5º | 0.41% | 0.93% | - |
| XYZ | 41.99 | 43.22 | 86.25 | - |
| YUV | 173.08 | 164.07 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 237 | 0.41 | 0.25 | 0 | 0.07 | 217.5 | 0.73 | 0.74 |
| Hex | 8D | B1 | ED | 29 | 19 | 0 | 7 | DA | 49 | 4A |
| Octal | 215 | 261 | 355 | 51 | 31 | 0 | 7 | 332 | 111 | 112 |
| Binary | 10001101 | 10110001 | 11101101 | 101001 | 11001 | 0 | 111 | 11011010 | 1001001 | 1001010 |
Color Harmonies of #8DB1ED
Complementary color
Monochromatic Colors of #8DB1ED
Black with #8DB1ED
Text Example
Text Example
White with #8DB1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1ED; }
p { color: rgb(141,177,237); }
H1.HeaderClassName
{
color: #8DB1ED;
}
.AnyTagClassName
{
color: #8DB1ED;
}
</style>
background-color css
<style>
a { background-color: #8DB1ED; }
a { background-color: rgb(141,177,237); }
div.DivClassName
{
background-color: #8DB1ED;
}
.BgClassName
{
background-color: #8DB1ED;
}
</style>
border-color css
<style>
span { border-color: #8DB1ED; }
span { border-color: rgb(141,177,237); }
td.TdClassName
{
border-color: #8DB1ED;
}
.TagClassName
{
border-color: #8DB1ED;
}
</style>