Shades of Jordy Blue #8AABF2
Tints of Jordy Blue #8AABF2
RGB
CMYK
RGB Variations
Color information
#8AABF2 (or 0x8AABF2) is known color: Jordy Blue. HEX triplet: 8A, AB and F2. RGB value is (138,171,242). Sum of RGB (Red+Green+Blue) = 138+171+242=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #8AABF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABF2 is #75540D. Grayscale: #A8A8A8. Windows color (decimal): -7689230 or 15903626. OLE color: 15903626.
HSL color Cylindrical-coordinate representation of color #8AABF2: hue angle of 220.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AABF2 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 171 | 242 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.05 |
| HSL | 220.96º | 0.8% | 0.75% | - |
| HSV(B) | 220.96º | 0.43% | 0.95% | - |
| XYZ | 41.07 | 40.94 | 89.74 | - |
| YUV | 169.23 | 169.07 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 171 | 242 | 0.43 | 0.29 | 0 | 0.05 | 220.96 | 0.8 | 0.75 |
| Hex | 8A | AB | F2 | 2B | 1D | 0 | 5 | DD | 50 | 4B |
| Octal | 212 | 253 | 362 | 53 | 35 | 0 | 5 | 335 | 120 | 113 |
| Binary | 10001010 | 10101011 | 11110010 | 101011 | 11101 | 0 | 101 | 11011101 | 1010000 | 1001011 |
Color Harmonies of #8AABF2
Complementary color
Monochromatic Colors of #8AABF2
Black with #8AABF2
Text Example
Text Example
White with #8AABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AABF2; }
p { color: rgb(138,171,242); }
H1.HeaderClassName
{
color: #8AABF2;
}
.AnyTagClassName
{
color: #8AABF2;
}
</style>
background-color css
<style>
a { background-color: #8AABF2; }
a { background-color: rgb(138,171,242); }
div.DivClassName
{
background-color: #8AABF2;
}
.BgClassName
{
background-color: #8AABF2;
}
</style>
border-color css
<style>
span { border-color: #8AABF2; }
span { border-color: rgb(138,171,242); }
td.TdClassName
{
border-color: #8AABF2;
}
.TagClassName
{
border-color: #8AABF2;
}
</style>