Shades of Jordy Blue #8AA6DF
Tints of Jordy Blue #8AA6DF
RGB
CMYK
RGB Variations
Color information
#8AA6DF (or 0x8AA6DF) is known color: Jordy Blue. HEX triplet: 8A, A6 and DF. RGB value is (138,166,223). Sum of RGB (Red+Green+Blue) = 138+166+223=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AA6DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA6DF is #755920. Grayscale: #A3A3A3. Windows color (decimal): -7690529 or 14657162. OLE color: 14657162.
HSL color Cylindrical-coordinate representation of color #8AA6DF: hue angle of 220.24º 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 #8AA6DF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 166 | 223 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.13 |
| HSL | 220.24º | 0.57% | 0.71% | - |
| HSV(B) | 220.24º | 0.38% | 0.87% | - |
| XYZ | 37.44 | 38 | 75.17 | - |
| YUV | 164.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 223 | 0.38 | 0.26 | 0 | 0.13 | 220.24 | 0.57 | 0.71 |
| Hex | 8A | A6 | DF | 26 | 1A | 0 | D | DC | 39 | 47 |
| Octal | 212 | 246 | 337 | 46 | 32 | 0 | 15 | 334 | 71 | 107 |
| Binary | 10001010 | 10100110 | 11011111 | 100110 | 11010 | 0 | 1101 | 11011100 | 111001 | 1000111 |
Color Harmonies of #8AA6DF
Complementary color
Monochromatic Colors of #8AA6DF
Black with #8AA6DF
Text Example
Text Example
White with #8AA6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA6DF; }
p { color: rgb(138,166,223); }
H1.HeaderClassName
{
color: #8AA6DF;
}
.AnyTagClassName
{
color: #8AA6DF;
}
</style>
background-color css
<style>
a { background-color: #8AA6DF; }
a { background-color: rgb(138,166,223); }
div.DivClassName
{
background-color: #8AA6DF;
}
.BgClassName
{
background-color: #8AA6DF;
}
</style>
border-color css
<style>
span { border-color: #8AA6DF; }
span { border-color: rgb(138,166,223); }
td.TdClassName
{
border-color: #8AA6DF;
}
.TagClassName
{
border-color: #8AA6DF;
}
</style>