Shades of Jordy Blue #8AACFD
Tints of Jordy Blue #8AACFD
RGB
CMYK
RGB Variations
Color information
#8AACFD (or 0x8AACFD) is known color: Jordy Blue. HEX triplet: 8A, AC and FD. RGB value is (138,172,253). Sum of RGB (Red+Green+Blue) = 138+172+253=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #8AACFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACFD is #755302. Grayscale: #AAAAAA. Windows color (decimal): -7688963 or 16624778. OLE color: 16624778.
HSL color Cylindrical-coordinate representation of color #8AACFD: hue angle of 222.26º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AACFD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 172 | 253 | - |
| CMYK | 0.45 | 0.32 | 0 | 0.01 |
| HSL | 222.26º | 0.97% | 0.77% | - |
| HSV(B) | 222.26º | 0.45% | 0.99% | - |
| XYZ | 42.96 | 42 | 98.77 | - |
| YUV | 171.07 | 174.24 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 253 | 0.45 | 0.32 | 0 | 0.01 | 222.26 | 0.97 | 0.77 |
| Hex | 8A | AC | FD | 2D | 20 | 0 | 1 | DE | 61 | 4D |
| Octal | 212 | 254 | 375 | 55 | 40 | 0 | 1 | 336 | 141 | 115 |
| Binary | 10001010 | 10101100 | 11111101 | 101101 | 100000 | 0 | 1 | 11011110 | 1100001 | 1001101 |
Color Harmonies of #8AACFD
Complementary color
Monochromatic Colors of #8AACFD
Black with #8AACFD
Text Example
Text Example
White with #8AACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACFD; }
p { color: rgb(138,172,253); }
H1.HeaderClassName
{
color: #8AACFD;
}
.AnyTagClassName
{
color: #8AACFD;
}
</style>
background-color css
<style>
a { background-color: #8AACFD; }
a { background-color: rgb(138,172,253); }
div.DivClassName
{
background-color: #8AACFD;
}
.BgClassName
{
background-color: #8AACFD;
}
</style>
border-color css
<style>
span { border-color: #8AACFD; }
span { border-color: rgb(138,172,253); }
td.TdClassName
{
border-color: #8AACFD;
}
.TagClassName
{
border-color: #8AACFD;
}
</style>