Shades of Jordy Blue #8DB6DF
Tints of Jordy Blue #8DB6DF
RGB
CMYK
RGB Variations
Color information
#8DB6DF (or 0x8DB6DF) is known color: Jordy Blue. HEX triplet: 8D, B6 and DF. RGB value is (141,182,223). Sum of RGB (Red+Green+Blue) = 141+182+223=546 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.82% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #8DB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DB6DF is #724920. Grayscale: #AEAEAE. Windows color (decimal): -7489825 or 14661261. OLE color: 14661261.
HSL color Cylindrical-coordinate representation of color #8DB6DF: hue angle of 210º 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 #8DB6DF is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 182 | 223 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.13 |
| HSL | 210º | 0.56% | 0.71% | - |
| HSV(B) | 210º | 0.37% | 0.87% | - |
| XYZ | 41.03 | 44.45 | 76.23 | - |
| YUV | 174.42 | 155.42 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 223 | 0.37 | 0.18 | 0 | 0.13 | 210 | 0.56 | 0.71 |
| Hex | 8D | B6 | DF | 25 | 12 | 0 | D | D2 | 38 | 47 |
| Octal | 215 | 266 | 337 | 45 | 22 | 0 | 15 | 322 | 70 | 107 |
| Binary | 10001101 | 10110110 | 11011111 | 100101 | 10010 | 0 | 1101 | 11010010 | 111000 | 1000111 |
Color Harmonies of #8DB6DF
Complementary color
Monochromatic Colors of #8DB6DF
Black with #8DB6DF
Text Example
Text Example
White with #8DB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB6DF; }
p { color: rgb(141,182,223); }
H1.HeaderClassName
{
color: #8DB6DF;
}
.AnyTagClassName
{
color: #8DB6DF;
}
</style>
background-color css
<style>
a { background-color: #8DB6DF; }
a { background-color: rgb(141,182,223); }
div.DivClassName
{
background-color: #8DB6DF;
}
.BgClassName
{
background-color: #8DB6DF;
}
</style>
border-color css
<style>
span { border-color: #8DB6DF; }
span { border-color: rgb(141,182,223); }
td.TdClassName
{
border-color: #8DB6DF;
}
.TagClassName
{
border-color: #8DB6DF;
}
</style>