Shades of Jordy Blue #8DB2DF
Tints of Jordy Blue #8DB2DF
RGB
CMYK
RGB Variations
Color information
#8DB2DF (or 0x8DB2DF) is known color: Jordy Blue. HEX triplet: 8D, B2 and DF. RGB value is (141,178,223). Sum of RGB (Red+Green+Blue) = 141+178+223=542 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.01% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DB2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB2DF is #724D20. Grayscale: #ABABAB. Windows color (decimal): -7490849 or 14660237. OLE color: 14660237.
HSL color Cylindrical-coordinate representation of color #8DB2DF: hue angle of 212.93º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DB2DF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 178 | 223 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.13 |
| HSL | 212.93º | 0.56% | 0.71% | - |
| HSV(B) | 212.93º | 0.37% | 0.87% | - |
| XYZ | 40.22 | 42.83 | 75.96 | - |
| YUV | 172.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 178 | 223 | 0.37 | 0.20 | 0 | 0.13 | 212.93 | 0.56 | 0.71 |
| Hex | 8D | B2 | DF | 25 | 14 | 0 | D | D5 | 38 | 47 |
| Octal | 215 | 262 | 337 | 45 | 24 | 0 | 15 | 325 | 70 | 107 |
| Binary | 10001101 | 10110010 | 11011111 | 100101 | 10100 | 0 | 1101 | 11010101 | 111000 | 1000111 |
Color Harmonies of #8DB2DF
Complementary color
Monochromatic Colors of #8DB2DF
Black with #8DB2DF
Text Example
Text Example
White with #8DB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB2DF; }
p { color: rgb(141,178,223); }
H1.HeaderClassName
{
color: #8DB2DF;
}
.AnyTagClassName
{
color: #8DB2DF;
}
</style>
background-color css
<style>
a { background-color: #8DB2DF; }
a { background-color: rgb(141,178,223); }
div.DivClassName
{
background-color: #8DB2DF;
}
.BgClassName
{
background-color: #8DB2DF;
}
</style>
border-color css
<style>
span { border-color: #8DB2DF; }
span { border-color: rgb(141,178,223); }
td.TdClassName
{
border-color: #8DB2DF;
}
.TagClassName
{
border-color: #8DB2DF;
}
</style>