Shades of Jordy Blue #8DB4EA
Tints of Jordy Blue #8DB4EA
RGB
CMYK
RGB Variations
Color information
#8DB4EA (or 0x8DB4EA) is known color: Jordy Blue. HEX triplet: 8D, B4 and EA. RGB value is (141,180,234). Sum of RGB (Red+Green+Blue) = 141+180+234=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DB4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4EA is #724B15. Grayscale: #AEAEAE. Windows color (decimal): -7490326 or 15381645. OLE color: 15381645.
HSL color Cylindrical-coordinate representation of color #8DB4EA: hue angle of 214.84º degrees, saturation: 0.69, 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 #8DB4EA is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 180 | 234 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.08 |
| HSL | 214.84º | 0.69% | 0.74% | - |
| HSV(B) | 214.84º | 0.4% | 0.92% | - |
| XYZ | 42.16 | 44.25 | 84.16 | - |
| YUV | 174.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 234 | 0.40 | 0.23 | 0 | 0.08 | 214.84 | 0.69 | 0.74 |
| Hex | 8D | B4 | EA | 28 | 17 | 0 | 8 | D7 | 45 | 4A |
| Octal | 215 | 264 | 352 | 50 | 27 | 0 | 10 | 327 | 105 | 112 |
| Binary | 10001101 | 10110100 | 11101010 | 101000 | 10111 | 0 | 1000 | 11010111 | 1000101 | 1001010 |
Color Harmonies of #8DB4EA
Complementary color
Monochromatic Colors of #8DB4EA
Black with #8DB4EA
Text Example
Text Example
White with #8DB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4EA; }
p { color: rgb(141,180,234); }
H1.HeaderClassName
{
color: #8DB4EA;
}
.AnyTagClassName
{
color: #8DB4EA;
}
</style>
background-color css
<style>
a { background-color: #8DB4EA; }
a { background-color: rgb(141,180,234); }
div.DivClassName
{
background-color: #8DB4EA;
}
.BgClassName
{
background-color: #8DB4EA;
}
</style>
border-color css
<style>
span { border-color: #8DB4EA; }
span { border-color: rgb(141,180,234); }
td.TdClassName
{
border-color: #8DB4EA;
}
.TagClassName
{
border-color: #8DB4EA;
}
</style>