Shades of Jordy Blue #8DAEEF
Tints of Jordy Blue #8DAEEF
RGB
CMYK
RGB Variations
Color information
#8DAEEF (or 0x8DAEEF) is known color: Jordy Blue. HEX triplet: 8D, AE and EF. RGB value is (141,174,239). Sum of RGB (Red+Green+Blue) = 141+174+239=554 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.45% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #8DAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEEF is #725110. Grayscale: #ABABAB. Windows color (decimal): -7491857 or 15707789. OLE color: 15707789.
HSL color Cylindrical-coordinate representation of color #8DAEEF: hue angle of 219.8º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DAEEF is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 174 | 239 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.06 |
| HSL | 219.8º | 0.75% | 0.75% | - |
| HSV(B) | 219.8º | 0.41% | 0.94% | - |
| XYZ | 41.7 | 42.17 | 87.6 | - |
| YUV | 171.54 | 166.07 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 174 | 239 | 0.41 | 0.27 | 0 | 0.06 | 219.8 | 0.75 | 0.75 |
| Hex | 8D | AE | EF | 29 | 1B | 0 | 6 | DC | 4B | 4B |
| Octal | 215 | 256 | 357 | 51 | 33 | 0 | 6 | 334 | 113 | 113 |
| Binary | 10001101 | 10101110 | 11101111 | 101001 | 11011 | 0 | 110 | 11011100 | 1001011 | 1001011 |
Color Harmonies of #8DAEEF
Complementary color
Monochromatic Colors of #8DAEEF
Black with #8DAEEF
Text Example
Text Example
White with #8DAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAEEF; }
p { color: rgb(141,174,239); }
H1.HeaderClassName
{
color: #8DAEEF;
}
.AnyTagClassName
{
color: #8DAEEF;
}
</style>
background-color css
<style>
a { background-color: #8DAEEF; }
a { background-color: rgb(141,174,239); }
div.DivClassName
{
background-color: #8DAEEF;
}
.BgClassName
{
background-color: #8DAEEF;
}
</style>
border-color css
<style>
span { border-color: #8DAEEF; }
span { border-color: rgb(141,174,239); }
td.TdClassName
{
border-color: #8DAEEF;
}
.TagClassName
{
border-color: #8DAEEF;
}
</style>