Shades of Jordy Blue #8AADFE
Tints of Jordy Blue #8AADFE
RGB
CMYK
RGB Variations
Color information
#8AADFE (or 0x8AADFE) is known color: Jordy Blue. HEX triplet: 8A, AD and FE. RGB value is (138,173,254). Sum of RGB (Red+Green+Blue) = 138+173+254=565 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.42% from 565); Green value is 173 (67.97% from 255 or 30.62% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADFE is #755201. Grayscale: #ABABAB. Windows color (decimal): -7688706 or 16690570. OLE color: 16690570.
HSL color Cylindrical-coordinate representation of color #8AADFE: hue angle of 221.9º 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 #8AADFE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 173 | 254 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.00 |
| HSL | 221.9º | 0.98% | 0.77% | - |
| HSV(B) | 221.9º | 0.46% | 1% | - |
| XYZ | 43.31 | 42.45 | 99.68 | - |
| YUV | 171.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 254 | 0.46 | 0.32 | 0 | 0.00 | 221.9 | 0.98 | 0.77 |
| Hex | 8A | AD | FE | 2E | 20 | 0 | 0 | DE | 62 | 4D |
| Octal | 212 | 255 | 376 | 56 | 40 | 0 | 0 | 336 | 142 | 115 |
| Binary | 10001010 | 10101101 | 11111110 | 101110 | 100000 | 0 | 0 | 11011110 | 1100010 | 1001101 |
Color Harmonies of #8AADFE
Complementary color
Monochromatic Colors of #8AADFE
Black with #8AADFE
Text Example
Text Example
White with #8AADFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AADFE; }
p { color: rgb(138,173,254); }
H1.HeaderClassName
{
color: #8AADFE;
}
.AnyTagClassName
{
color: #8AADFE;
}
</style>
background-color css
<style>
a { background-color: #8AADFE; }
a { background-color: rgb(138,173,254); }
div.DivClassName
{
background-color: #8AADFE;
}
.BgClassName
{
background-color: #8AADFE;
}
</style>
border-color css
<style>
span { border-color: #8AADFE; }
span { border-color: rgb(138,173,254); }
td.TdClassName
{
border-color: #8AADFE;
}
.TagClassName
{
border-color: #8AADFE;
}
</style>