Shades of Jordy Blue #8AAAFA
Tints of Jordy Blue #8AAAFA
RGB
CMYK
RGB Variations
Color information
#8AAAFA (or 0x8AAAFA) is known color: Jordy Blue. HEX triplet: 8A, AA and FA. RGB value is (138,170,250). Sum of RGB (Red+Green+Blue) = 138+170+250=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #8AAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAFA is #755505. Grayscale: #A9A9A9. Windows color (decimal): -7689478 or 16427658. OLE color: 16427658.
HSL color Cylindrical-coordinate representation of color #8AAAFA: hue angle of 222.86º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAAFA is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 138 | 170 | 250 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.02 |
| HSL | 222.86º | 0.92% | 0.76% | - |
| HSV(B) | 222.86º | 0.45% | 0.98% | - |
| XYZ | 42.11 | 41.05 | 96.15 | - |
| YUV | 169.55 | 173.4 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 250 | 0.45 | 0.32 | 0 | 0.02 | 222.86 | 0.92 | 0.76 |
| Hex | 8A | AA | FA | 2D | 20 | 0 | 2 | DF | 5C | 4C |
| Octal | 212 | 252 | 372 | 55 | 40 | 0 | 2 | 337 | 134 | 114 |
| Binary | 10001010 | 10101010 | 11111010 | 101101 | 100000 | 0 | 10 | 11011111 | 1011100 | 1001100 |
Color Harmonies of #8AAAFA
Complementary color
Monochromatic Colors of #8AAAFA
Black with #8AAAFA
Text Example
Text Example
White with #8AAAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAAFA; }
p { color: rgb(138,170,250); }
H1.HeaderClassName
{
color: #8AAAFA;
}
.AnyTagClassName
{
color: #8AAAFA;
}
</style>
background-color css
<style>
a { background-color: #8AAAFA; }
a { background-color: rgb(138,170,250); }
div.DivClassName
{
background-color: #8AAAFA;
}
.BgClassName
{
background-color: #8AAAFA;
}
</style>
border-color css
<style>
span { border-color: #8AAAFA; }
span { border-color: rgb(138,170,250); }
td.TdClassName
{
border-color: #8AAAFA;
}
.TagClassName
{
border-color: #8AAAFA;
}
</style>