Shades of Jordy Blue #8AADEF
Tints of Jordy Blue #8AADEF
RGB
CMYK
RGB Variations
Color information
#8AADEF (or 0x8AADEF) is known color: Jordy Blue. HEX triplet: 8A, AD and EF. RGB value is (138,173,239). Sum of RGB (Red+Green+Blue) = 138+173+239=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #8AADEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADEF is #755210. Grayscale: #A9A9A9. Windows color (decimal): -7688721 or 15707530. OLE color: 15707530.
HSL color Cylindrical-coordinate representation of color #8AADEF: hue angle of 219.21º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AADEF is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 173 | 239 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.06 |
| HSL | 219.21º | 0.76% | 0.74% | - |
| HSV(B) | 219.21º | 0.42% | 0.94% | - |
| XYZ | 41 | 41.52 | 87.51 | - |
| YUV | 170.06 | 166.9 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 239 | 0.42 | 0.28 | 0 | 0.06 | 219.21 | 0.76 | 0.74 |
| Hex | 8A | AD | EF | 2A | 1C | 0 | 6 | DB | 4C | 4A |
| Octal | 212 | 255 | 357 | 52 | 34 | 0 | 6 | 333 | 114 | 112 |
| Binary | 10001010 | 10101101 | 11101111 | 101010 | 11100 | 0 | 110 | 11011011 | 1001100 | 1001010 |
Color Harmonies of #8AADEF
Complementary color
Monochromatic Colors of #8AADEF
Black with #8AADEF
Text Example
Text Example
White with #8AADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADEF; }
p { color: rgb(138,173,239); }
H1.HeaderClassName
{
color: #8AADEF;
}
.AnyTagClassName
{
color: #8AADEF;
}
</style>
background-color css
<style>
a { background-color: #8AADEF; }
a { background-color: rgb(138,173,239); }
div.DivClassName
{
background-color: #8AADEF;
}
.BgClassName
{
background-color: #8AADEF;
}
</style>
border-color css
<style>
span { border-color: #8AADEF; }
span { border-color: rgb(138,173,239); }
td.TdClassName
{
border-color: #8AADEF;
}
.TagClassName
{
border-color: #8AADEF;
}
</style>