Shades of Jordy Blue #8EADF4
Tints of Jordy Blue #8EADF4
RGB
CMYK
RGB Variations
Color information
#8EADF4 (or 0x8EADF4) is known color: Jordy Blue. HEX triplet: 8E, AD and F4. RGB value is (142,173,244). Sum of RGB (Red+Green+Blue) = 142+173+244=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 244 (95.70% from 255 or 43.65% from 559); Max value from RGB is 244 - color contains mainly: blue. Hex color #8EADF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADF4 is #71520B. Grayscale: #ABABAB. Windows color (decimal): -7426572 or 16035214. OLE color: 16035214.
HSL color Cylindrical-coordinate representation of color #8EADF4: hue angle of 221.76º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EADF4 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 173 | 244 | - |
| CMYK | 0.42 | 0.29 | 0 | 0.04 |
| HSL | 221.76º | 0.82% | 0.76% | - |
| HSV(B) | 221.76º | 0.42% | 0.96% | - |
| XYZ | 42.43 | 42.17 | 91.49 | - |
| YUV | 171.83 | 168.73 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 244 | 0.42 | 0.29 | 0 | 0.04 | 221.76 | 0.82 | 0.76 |
| Hex | 8E | AD | F4 | 2A | 1D | 0 | 4 | DE | 52 | 4C |
| Octal | 216 | 255 | 364 | 52 | 35 | 0 | 4 | 336 | 122 | 114 |
| Binary | 10001110 | 10101101 | 11110100 | 101010 | 11101 | 0 | 100 | 11011110 | 1010010 | 1001100 |
Color Harmonies of #8EADF4
Complementary color
Monochromatic Colors of #8EADF4
Black with #8EADF4
Text Example
Text Example
White with #8EADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADF4; }
p { color: rgb(142,173,244); }
H1.HeaderClassName
{
color: #8EADF4;
}
.AnyTagClassName
{
color: #8EADF4;
}
</style>
background-color css
<style>
a { background-color: #8EADF4; }
a { background-color: rgb(142,173,244); }
div.DivClassName
{
background-color: #8EADF4;
}
.BgClassName
{
background-color: #8EADF4;
}
</style>
border-color css
<style>
span { border-color: #8EADF4; }
span { border-color: rgb(142,173,244); }
td.TdClassName
{
border-color: #8EADF4;
}
.TagClassName
{
border-color: #8EADF4;
}
</style>