Shades of Jordy Blue #8AAEFF
Tints of Jordy Blue #8AAEFF
RGB
CMYK
RGB Variations
Color information
#8AAEFF (or 0x8AAEFF) is known color: Jordy Blue. HEX triplet: 8A, AE and FF. RGB value is (138,174,255). Sum of RGB (Red+Green+Blue) = 138+174+255=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAEFF is #755100. Grayscale: #ACACAC. Windows color (decimal): -7688449 or 16756362. OLE color: 16756362.
HSL color Cylindrical-coordinate representation of color #8AAEFF: hue angle of 221.54º 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 #8AAEFF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 174 | 255 | - |
| CMYK | 0.46 | 0.32 | 0 | 0 |
| HSL | 221.54º | 1% | 0.77% | - |
| HSV(B) | 221.54º | 0.46% | 1% | - |
| XYZ | 43.67 | 42.9 | 100.59 | - |
| YUV | 172.47 | 174.57 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 255 | 0.46 | 0.32 | 0 | 0 | 221.54 | 1 | 0.77 |
| Hex | 8A | AE | FF | 2E | 20 | 0 | 0 | DE | 64 | 4D |
| Octal | 212 | 256 | 377 | 56 | 40 | 0 | 0 | 336 | 144 | 115 |
| Binary | 10001010 | 10101110 | 11111111 | 101110 | 100000 | 0 | 0 | 11011110 | 1100100 | 1001101 |
Color Harmonies of #8AAEFF
Complementary color
Monochromatic Colors of #8AAEFF
Black with #8AAEFF
Text Example
Text Example
White with #8AAEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAEFF; }
p { color: rgb(138,174,255); }
H1.HeaderClassName
{
color: #8AAEFF;
}
.AnyTagClassName
{
color: #8AAEFF;
}
</style>
background-color css
<style>
a { background-color: #8AAEFF; }
a { background-color: rgb(138,174,255); }
div.DivClassName
{
background-color: #8AAEFF;
}
.BgClassName
{
background-color: #8AAEFF;
}
</style>
border-color css
<style>
span { border-color: #8AAEFF; }
span { border-color: rgb(138,174,255); }
td.TdClassName
{
border-color: #8AAEFF;
}
.TagClassName
{
border-color: #8AAEFF;
}
</style>