Shades of Jordy Blue #8DB1DF
Tints of Jordy Blue #8DB1DF
RGB
CMYK
RGB Variations
Color information
#8DB1DF (or 0x8DB1DF) is known color: Jordy Blue. HEX triplet: 8D, B1 and DF. RGB value is (141,177,223). Sum of RGB (Red+Green+Blue) = 141+177+223=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DB1DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DB1DF is #724E20. Grayscale: #ABABAB. Windows color (decimal): -7491105 or 14659981. OLE color: 14659981.
HSL color Cylindrical-coordinate representation of color #8DB1DF: hue angle of 213.66º 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 #8DB1DF is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 177 | 223 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.13 |
| HSL | 213.66º | 0.56% | 0.71% | - |
| HSV(B) | 213.66º | 0.37% | 0.87% | - |
| XYZ | 40.03 | 42.43 | 75.89 | - |
| YUV | 171.48 | 157.07 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 177 | 223 | 0.37 | 0.21 | 0 | 0.13 | 213.66 | 0.56 | 0.71 |
| Hex | 8D | B1 | DF | 25 | 15 | 0 | D | D6 | 38 | 47 |
| Octal | 215 | 261 | 337 | 45 | 25 | 0 | 15 | 326 | 70 | 107 |
| Binary | 10001101 | 10110001 | 11011111 | 100101 | 10101 | 0 | 1101 | 11010110 | 111000 | 1000111 |
Color Harmonies of #8DB1DF
Complementary color
Monochromatic Colors of #8DB1DF
Black with #8DB1DF
Text Example
Text Example
White with #8DB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB1DF; }
p { color: rgb(141,177,223); }
H1.HeaderClassName
{
color: #8DB1DF;
}
.AnyTagClassName
{
color: #8DB1DF;
}
</style>
background-color css
<style>
a { background-color: #8DB1DF; }
a { background-color: rgb(141,177,223); }
div.DivClassName
{
background-color: #8DB1DF;
}
.BgClassName
{
background-color: #8DB1DF;
}
</style>
border-color css
<style>
span { border-color: #8DB1DF; }
span { border-color: rgb(141,177,223); }
td.TdClassName
{
border-color: #8DB1DF;
}
.TagClassName
{
border-color: #8DB1DF;
}
</style>