Shades of Jordy Blue #8AACFE
Tints of Jordy Blue #8AACFE
RGB
CMYK
RGB Variations
Color information
#8AACFE (or 0x8AACFE) is known color: Jordy Blue. HEX triplet: 8A, AC and FE. RGB value is (138,172,254). Sum of RGB (Red+Green+Blue) = 138+172+254=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AACFE is #755301. Grayscale: #AAAAAA. Windows color (decimal): -7688962 or 16690314. OLE color: 16690314.
HSL color Cylindrical-coordinate representation of color #8AACFE: hue angle of 222.41º 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 #8AACFE is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 138 | 172 | 254 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.00 |
| HSL | 222.41º | 0.98% | 0.77% | - |
| HSV(B) | 222.41º | 0.46% | 1% | - |
| XYZ | 43.12 | 42.06 | 99.61 | - |
| YUV | 171.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 254 | 0.46 | 0.32 | 0 | 0.00 | 222.41 | 0.98 | 0.77 |
| Hex | 8A | AC | FE | 2E | 20 | 0 | 0 | DE | 62 | 4D |
| Octal | 212 | 254 | 376 | 56 | 40 | 0 | 0 | 336 | 142 | 115 |
| Binary | 10001010 | 10101100 | 11111110 | 101110 | 100000 | 0 | 0 | 11011110 | 1100010 | 1001101 |
Color Harmonies of #8AACFE
Complementary color
Monochromatic Colors of #8AACFE
Black with #8AACFE
Text Example
Text Example
White with #8AACFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACFE; }
p { color: rgb(138,172,254); }
H1.HeaderClassName
{
color: #8AACFE;
}
.AnyTagClassName
{
color: #8AACFE;
}
</style>
background-color css
<style>
a { background-color: #8AACFE; }
a { background-color: rgb(138,172,254); }
div.DivClassName
{
background-color: #8AACFE;
}
.BgClassName
{
background-color: #8AACFE;
}
</style>
border-color css
<style>
span { border-color: #8AACFE; }
span { border-color: rgb(138,172,254); }
td.TdClassName
{
border-color: #8AACFE;
}
.TagClassName
{
border-color: #8AACFE;
}
</style>