Shades of Jordy Blue #8AADF7
Tints of Jordy Blue #8AADF7
RGB
CMYK
RGB Variations
Color information
#8AADF7 (or 0x8AADF7) is known color: Jordy Blue. HEX triplet: 8A, AD and F7. RGB value is (138,173,247). Sum of RGB (Red+Green+Blue) = 138+173+247=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 247 (96.88% from 255 or 44.27% from 558); Max value from RGB is 247 - color contains mainly: blue. Hex color #8AADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADF7 is #755208. Grayscale: #AAAAAA. Windows color (decimal): -7688713 or 16231818. OLE color: 16231818.
HSL color Cylindrical-coordinate representation of color #8AADF7: hue angle of 220.73º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AADF7 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 173 | 247 | - |
| CMYK | 0.44 | 0.30 | 0 | 0.03 |
| HSL | 220.73º | 0.87% | 0.75% | - |
| HSV(B) | 220.73º | 0.44% | 0.97% | - |
| XYZ | 42.21 | 42.01 | 93.88 | - |
| YUV | 170.97 | 170.9 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 247 | 0.44 | 0.30 | 0 | 0.03 | 220.73 | 0.87 | 0.75 |
| Hex | 8A | AD | F7 | 2C | 1E | 0 | 3 | DD | 57 | 4B |
| Octal | 212 | 255 | 367 | 54 | 36 | 0 | 3 | 335 | 127 | 113 |
| Binary | 10001010 | 10101101 | 11110111 | 101100 | 11110 | 0 | 11 | 11011101 | 1010111 | 1001011 |
Color Harmonies of #8AADF7
Complementary color
Monochromatic Colors of #8AADF7
Black with #8AADF7
Text Example
Text Example
White with #8AADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADF7; }
p { color: rgb(138,173,247); }
H1.HeaderClassName
{
color: #8AADF7;
}
.AnyTagClassName
{
color: #8AADF7;
}
</style>
background-color css
<style>
a { background-color: #8AADF7; }
a { background-color: rgb(138,173,247); }
div.DivClassName
{
background-color: #8AADF7;
}
.BgClassName
{
background-color: #8AADF7;
}
</style>
border-color css
<style>
span { border-color: #8AADF7; }
span { border-color: rgb(138,173,247); }
td.TdClassName
{
border-color: #8AADF7;
}
.TagClassName
{
border-color: #8AADF7;
}
</style>