Shades of Jordy Blue #8EADF2
Tints of Jordy Blue #8EADF2
RGB
CMYK
RGB Variations
Color information
#8EADF2 (or 0x8EADF2) is known color: Jordy Blue. HEX triplet: 8E, AD and F2. RGB value is (142,173,242). Sum of RGB (Red+Green+Blue) = 142+173+242=557 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.49% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #8EADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EADF2 is #71520D. Grayscale: #ABABAB. Windows color (decimal): -7426574 or 15904142. OLE color: 15904142.
HSL color Cylindrical-coordinate representation of color #8EADF2: hue angle of 221.4º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EADF2 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 142 | 173 | 242 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.05 |
| HSL | 221.4º | 0.79% | 0.75% | - |
| HSV(B) | 221.4º | 0.41% | 0.95% | - |
| XYZ | 42.13 | 42.05 | 89.9 | - |
| YUV | 171.6 | 167.73 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 173 | 242 | 0.41 | 0.29 | 0 | 0.05 | 221.4 | 0.79 | 0.75 |
| Hex | 8E | AD | F2 | 29 | 1D | 0 | 5 | DD | 4F | 4B |
| Octal | 216 | 255 | 362 | 51 | 35 | 0 | 5 | 335 | 117 | 113 |
| Binary | 10001110 | 10101101 | 11110010 | 101001 | 11101 | 0 | 101 | 11011101 | 1001111 | 1001011 |
Color Harmonies of #8EADF2
Complementary color
Monochromatic Colors of #8EADF2
Black with #8EADF2
Text Example
Text Example
White with #8EADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EADF2; }
p { color: rgb(142,173,242); }
H1.HeaderClassName
{
color: #8EADF2;
}
.AnyTagClassName
{
color: #8EADF2;
}
</style>
background-color css
<style>
a { background-color: #8EADF2; }
a { background-color: rgb(142,173,242); }
div.DivClassName
{
background-color: #8EADF2;
}
.BgClassName
{
background-color: #8EADF2;
}
</style>
border-color css
<style>
span { border-color: #8EADF2; }
span { border-color: rgb(142,173,242); }
td.TdClassName
{
border-color: #8EADF2;
}
.TagClassName
{
border-color: #8EADF2;
}
</style>