Shades of Jordy Blue #8DB1EB
Tints of Jordy Blue #8DB1EB
RGB
CMYK
RGB Variations
Color information
#8DB1EB (or 0x8DB1EB) is known color: Jordy Blue. HEX triplet: 8D, B1 and EB. RGB value is (141,177,235). Sum of RGB (Red+Green+Blue) = 141+177+235=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DB1EB is #724E14. Grayscale: #ACACAC. Windows color (decimal): -7491093 or 15446413. OLE color: 15446413.
HSL color Cylindrical-coordinate representation of color #8DB1EB: hue angle of 217.02º 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 #8DB1EB is Cyan = 0.4, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 177 | 235 | - |
| CMYK | 0.4 | 0.25 | 0 | 0.08 |
| HSL | 217.02º | 0.7% | 0.74% | - |
| HSV(B) | 217.02º | 0.4% | 0.92% | - |
| XYZ | 41.7 | 43.11 | 84.72 | - |
| YUV | 172.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 235 | 0.4 | 0.25 | 0 | 0.08 | 217.02 | 0.7 | 0.74 |
| Hex | 8D | B1 | EB | 28 | 19 | 0 | 8 | D9 | 46 | 4A |
| Octal | 215 | 261 | 353 | 50 | 31 | 0 | 10 | 331 | 106 | 112 |
| Binary | 10001101 | 10110001 | 11101011 | 101000 | 11001 | 0 | 1000 | 11011001 | 1000110 | 1001010 |
Color Harmonies of #8DB1EB
Complementary color
Monochromatic Colors of #8DB1EB
Black with #8DB1EB
Text Example
Text Example
White with #8DB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1EB; }
p { color: rgb(141,177,235); }
H1.HeaderClassName
{
color: #8DB1EB;
}
.AnyTagClassName
{
color: #8DB1EB;
}
</style>
background-color css
<style>
a { background-color: #8DB1EB; }
a { background-color: rgb(141,177,235); }
div.DivClassName
{
background-color: #8DB1EB;
}
.BgClassName
{
background-color: #8DB1EB;
}
</style>
border-color css
<style>
span { border-color: #8DB1EB; }
span { border-color: rgb(141,177,235); }
td.TdClassName
{
border-color: #8DB1EB;
}
.TagClassName
{
border-color: #8DB1EB;
}
</style>