Shades of Jordy Blue #8AA6FF
Tints of Jordy Blue #8AA6FF
RGB
CMYK
RGB Variations
Color information
#8AA6FF (or 0x8AA6FF) is known color: Jordy Blue. HEX triplet: 8A, A6 and FF. RGB value is (138,166,255). Sum of RGB (Red+Green+Blue) = 138+166+255=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA6FF is #755900. Grayscale: #A7A7A7. Windows color (decimal): -7690497 or 16754314. OLE color: 16754314.
HSL color Cylindrical-coordinate representation of color #8AA6FF: hue angle of 225.64º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA6FF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 166 | 255 | - |
| CMYK | 0.46 | 0.35 | 0 | 0 |
| HSL | 225.64º | 1% | 0.77% | - |
| HSV(B) | 225.64º | 0.46% | 1% | - |
| XYZ | 42.17 | 39.9 | 100.09 | - |
| YUV | 167.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 255 | 0.46 | 0.35 | 0 | 0 | 225.64 | 1 | 0.77 |
| Hex | 8A | A6 | FF | 2E | 23 | 0 | 0 | E2 | 64 | 4D |
| Octal | 212 | 246 | 377 | 56 | 43 | 0 | 0 | 342 | 144 | 115 |
| Binary | 10001010 | 10100110 | 11111111 | 101110 | 100011 | 0 | 0 | 11100010 | 1100100 | 1001101 |
Color Harmonies of #8AA6FF
Complementary color
Monochromatic Colors of #8AA6FF
Black with #8AA6FF
Text Example
Text Example
White with #8AA6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA6FF; }
p { color: rgb(138,166,255); }
H1.HeaderClassName
{
color: #8AA6FF;
}
.AnyTagClassName
{
color: #8AA6FF;
}
</style>
background-color css
<style>
a { background-color: #8AA6FF; }
a { background-color: rgb(138,166,255); }
div.DivClassName
{
background-color: #8AA6FF;
}
.BgClassName
{
background-color: #8AA6FF;
}
</style>
border-color css
<style>
span { border-color: #8AA6FF; }
span { border-color: rgb(138,166,255); }
td.TdClassName
{
border-color: #8AA6FF;
}
.TagClassName
{
border-color: #8AA6FF;
}
</style>