Shades of Jordy Blue #8AADDF
Tints of Jordy Blue #8AADDF
RGB
CMYK
RGB Variations
Color information
#8AADDF (or 0x8AADDF) is known color: Jordy Blue. HEX triplet: 8A, AD and DF. RGB value is (138,173,223). Sum of RGB (Red+Green+Blue) = 138+173+223=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AADDF is #755220. Grayscale: #A8A8A8. Windows color (decimal): -7688737 or 14658954. OLE color: 14658954.
HSL color Cylindrical-coordinate representation of color #8AADDF: hue angle of 215.29º 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 #8AADDF is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 173 | 223 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.13 |
| HSL | 215.29º | 0.57% | 0.71% | - |
| HSV(B) | 215.29º | 0.38% | 0.87% | - |
| XYZ | 38.74 | 40.62 | 75.61 | - |
| YUV | 168.24 | 158.9 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 223 | 0.38 | 0.22 | 0 | 0.13 | 215.29 | 0.57 | 0.71 |
| Hex | 8A | AD | DF | 26 | 16 | 0 | D | D7 | 39 | 47 |
| Octal | 212 | 255 | 337 | 46 | 26 | 0 | 15 | 327 | 71 | 107 |
| Binary | 10001010 | 10101101 | 11011111 | 100110 | 10110 | 0 | 1101 | 11010111 | 111001 | 1000111 |
Color Harmonies of #8AADDF
Complementary color
Monochromatic Colors of #8AADDF
Black with #8AADDF
Text Example
Text Example
White with #8AADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADDF; }
p { color: rgb(138,173,223); }
H1.HeaderClassName
{
color: #8AADDF;
}
.AnyTagClassName
{
color: #8AADDF;
}
</style>
background-color css
<style>
a { background-color: #8AADDF; }
a { background-color: rgb(138,173,223); }
div.DivClassName
{
background-color: #8AADDF;
}
.BgClassName
{
background-color: #8AADDF;
}
</style>
border-color css
<style>
span { border-color: #8AADDF; }
span { border-color: rgb(138,173,223); }
td.TdClassName
{
border-color: #8AADDF;
}
.TagClassName
{
border-color: #8AADDF;
}
</style>