Shades of Jordy Blue #8AA8DF
Tints of Jordy Blue #8AA8DF
RGB
CMYK
RGB Variations
Color information
#8AA8DF (or 0x8AA8DF) is known color: Jordy Blue. HEX triplet: 8A, A8 and DF. RGB value is (138,168,223). Sum of RGB (Red+Green+Blue) = 138+168+223=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 168 (66.02% from 255 or 31.76% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA8DF is #755720. Grayscale: #A5A5A5. Windows color (decimal): -7690017 or 14657674. OLE color: 14657674.
HSL color Cylindrical-coordinate representation of color #8AA8DF: hue angle of 218.82º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AA8DF is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 168 | 223 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.13 |
| HSL | 218.82º | 0.57% | 0.71% | - |
| HSV(B) | 218.82º | 0.38% | 0.87% | - |
| XYZ | 37.8 | 38.74 | 75.3 | - |
| YUV | 165.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 223 | 0.38 | 0.25 | 0 | 0.13 | 218.82 | 0.57 | 0.71 |
| Hex | 8A | A8 | DF | 26 | 19 | 0 | D | DB | 39 | 47 |
| Octal | 212 | 250 | 337 | 46 | 31 | 0 | 15 | 333 | 71 | 107 |
| Binary | 10001010 | 10101000 | 11011111 | 100110 | 11001 | 0 | 1101 | 11011011 | 111001 | 1000111 |
Color Harmonies of #8AA8DF
Complementary color
Monochromatic Colors of #8AA8DF
Black with #8AA8DF
Text Example
Text Example
White with #8AA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA8DF; }
p { color: rgb(138,168,223); }
H1.HeaderClassName
{
color: #8AA8DF;
}
.AnyTagClassName
{
color: #8AA8DF;
}
</style>
background-color css
<style>
a { background-color: #8AA8DF; }
a { background-color: rgb(138,168,223); }
div.DivClassName
{
background-color: #8AA8DF;
}
.BgClassName
{
background-color: #8AA8DF;
}
</style>
border-color css
<style>
span { border-color: #8AA8DF; }
span { border-color: rgb(138,168,223); }
td.TdClassName
{
border-color: #8AA8DF;
}
.TagClassName
{
border-color: #8AA8DF;
}
</style>