Shades of Jordy Blue #8AAFFE
Tints of Jordy Blue #8AAFFE
RGB
CMYK
RGB Variations
Color information
#8AAFFE (or 0x8AAFFE) is known color: Jordy Blue. HEX triplet: 8A, AF and FE. RGB value is (138,175,254). Sum of RGB (Red+Green+Blue) = 138+175+254=567 (75% of max value = 765). Red value is 138 (54.30% from 255 or 24.34% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAFFE is #755001. Grayscale: #ACACAC. Windows color (decimal): -7688194 or 16691082. OLE color: 16691082.
HSL color Cylindrical-coordinate representation of color #8AAFFE: hue angle of 220.86º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AAFFE is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 175 | 254 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.00 |
| HSL | 220.86º | 0.98% | 0.77% | - |
| HSV(B) | 220.86º | 0.46% | 1% | - |
| XYZ | 43.7 | 43.22 | 99.8 | - |
| YUV | 172.94 | 173.74 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 254 | 0.46 | 0.31 | 0 | 0.00 | 220.86 | 0.98 | 0.77 |
| Hex | 8A | AF | FE | 2E | 1F | 0 | 0 | DD | 62 | 4D |
| Octal | 212 | 257 | 376 | 56 | 37 | 0 | 0 | 335 | 142 | 115 |
| Binary | 10001010 | 10101111 | 11111110 | 101110 | 11111 | 0 | 0 | 11011101 | 1100010 | 1001101 |
Color Harmonies of #8AAFFE
Complementary color
Monochromatic Colors of #8AAFFE
Black with #8AAFFE
Text Example
Text Example
White with #8AAFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAFFE; }
p { color: rgb(138,175,254); }
H1.HeaderClassName
{
color: #8AAFFE;
}
.AnyTagClassName
{
color: #8AAFFE;
}
</style>
background-color css
<style>
a { background-color: #8AAFFE; }
a { background-color: rgb(138,175,254); }
div.DivClassName
{
background-color: #8AAFFE;
}
.BgClassName
{
background-color: #8AAFFE;
}
</style>
border-color css
<style>
span { border-color: #8AAFFE; }
span { border-color: rgb(138,175,254); }
td.TdClassName
{
border-color: #8AAFFE;
}
.TagClassName
{
border-color: #8AAFFE;
}
</style>