Shades of Jordy Blue #8DB4F7
Tints of Jordy Blue #8DB4F7
RGB
CMYK
RGB Variations
Color information
#8DB4F7 (or 0x8DB4F7) is known color: Jordy Blue. HEX triplet: 8D, B4 and F7. RGB value is (141,180,247). Sum of RGB (Red+Green+Blue) = 141+180+247=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DB4F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DB4F7 is #724B08. Grayscale: #AFAFAF. Windows color (decimal): -7490313 or 16233613. OLE color: 16233613.
HSL color Cylindrical-coordinate representation of color #8DB4F7: hue angle of 217.92º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DB4F7 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 180 | 247 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.03 |
| HSL | 217.92º | 0.87% | 0.76% | - |
| HSV(B) | 217.92º | 0.43% | 0.97% | - |
| XYZ | 44.09 | 45.02 | 94.36 | - |
| YUV | 175.98 | 168.08 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 180 | 247 | 0.43 | 0.27 | 0 | 0.03 | 217.92 | 0.87 | 0.76 |
| Hex | 8D | B4 | F7 | 2B | 1B | 0 | 3 | DA | 57 | 4C |
| Octal | 215 | 264 | 367 | 53 | 33 | 0 | 3 | 332 | 127 | 114 |
| Binary | 10001101 | 10110100 | 11110111 | 101011 | 11011 | 0 | 11 | 11011010 | 1010111 | 1001100 |
Color Harmonies of #8DB4F7
Complementary color
Monochromatic Colors of #8DB4F7
Black with #8DB4F7
Text Example
Text Example
White with #8DB4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB4F7; }
p { color: rgb(141,180,247); }
H1.HeaderClassName
{
color: #8DB4F7;
}
.AnyTagClassName
{
color: #8DB4F7;
}
</style>
background-color css
<style>
a { background-color: #8DB4F7; }
a { background-color: rgb(141,180,247); }
div.DivClassName
{
background-color: #8DB4F7;
}
.BgClassName
{
background-color: #8DB4F7;
}
</style>
border-color css
<style>
span { border-color: #8DB4F7; }
span { border-color: rgb(141,180,247); }
td.TdClassName
{
border-color: #8DB4F7;
}
.TagClassName
{
border-color: #8DB4F7;
}
</style>