Shades of Jordy Blue #8AADF3
Tints of Jordy Blue #8AADF3
RGB
CMYK
RGB Variations
Color information
#8AADF3 (or 0x8AADF3) is known color: Jordy Blue. HEX triplet: 8A, AD and F3. RGB value is (138,173,243). Sum of RGB (Red+Green+Blue) = 138+173+243=554 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.91% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #8AADF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADF3 is #75520C. Grayscale: #AAAAAA. Windows color (decimal): -7688717 or 15969674. OLE color: 15969674.
HSL color Cylindrical-coordinate representation of color #8AADF3: hue angle of 220º degrees, saturation: 0.81, 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 #8AADF3 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 173 | 243 | - |
| CMYK | 0.43 | 0.29 | 0 | 0.05 |
| HSL | 220º | 0.81% | 0.75% | - |
| HSV(B) | 220º | 0.43% | 0.95% | - |
| XYZ | 41.6 | 41.76 | 90.66 | - |
| YUV | 170.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 243 | 0.43 | 0.29 | 0 | 0.05 | 220 | 0.81 | 0.75 |
| Hex | 8A | AD | F3 | 2B | 1D | 0 | 5 | DC | 51 | 4B |
| Octal | 212 | 255 | 363 | 53 | 35 | 0 | 5 | 334 | 121 | 113 |
| Binary | 10001010 | 10101101 | 11110011 | 101011 | 11101 | 0 | 101 | 11011100 | 1010001 | 1001011 |
Color Harmonies of #8AADF3
Complementary color
Monochromatic Colors of #8AADF3
Black with #8AADF3
Text Example
Text Example
White with #8AADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADF3; }
p { color: rgb(138,173,243); }
H1.HeaderClassName
{
color: #8AADF3;
}
.AnyTagClassName
{
color: #8AADF3;
}
</style>
background-color css
<style>
a { background-color: #8AADF3; }
a { background-color: rgb(138,173,243); }
div.DivClassName
{
background-color: #8AADF3;
}
.BgClassName
{
background-color: #8AADF3;
}
</style>
border-color css
<style>
span { border-color: #8AADF3; }
span { border-color: rgb(138,173,243); }
td.TdClassName
{
border-color: #8AADF3;
}
.TagClassName
{
border-color: #8AADF3;
}
</style>