Shades of Jordy Blue #88ADE1
Tints of Jordy Blue #88ADE1
RGB
CMYK
RGB Variations
Color information
#88ADE1 (or 0x88ADE1) is known color: Jordy Blue. HEX triplet: 88, AD and E1. RGB value is (136,173,225). Sum of RGB (Red+Green+Blue) = 136+173+225=534 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.47% from 534); Green value is 173 (67.97% from 255 or 32.40% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 225 - color contains mainly: blue. Hex color #88ADE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADE1 is #77521E. Grayscale: #A7A7A7. Windows color (decimal): -7819807 or 14790024. OLE color: 14790024.
HSL color Cylindrical-coordinate representation of color #88ADE1: hue angle of 215.06º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88ADE1 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 173 | 225 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.12 |
| HSL | 215.06º | 0.6% | 0.71% | - |
| HSV(B) | 215.06º | 0.4% | 0.88% | - |
| XYZ | 38.69 | 40.56 | 77.02 | - |
| YUV | 167.87 | 160.24 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 225 | 0.40 | 0.23 | 0 | 0.12 | 215.06 | 0.6 | 0.71 |
| Hex | 88 | AD | E1 | 28 | 17 | 0 | C | D7 | 3C | 47 |
| Octal | 210 | 255 | 341 | 50 | 27 | 0 | 14 | 327 | 74 | 107 |
| Binary | 10001000 | 10101101 | 11100001 | 101000 | 10111 | 0 | 1100 | 11010111 | 111100 | 1000111 |
Color Harmonies of #88ADE1
Complementary color
Monochromatic Colors of #88ADE1
Black with #88ADE1
Text Example
Text Example
White with #88ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADE1; }
p { color: rgb(136,173,225); }
H1.HeaderClassName
{
color: #88ADE1;
}
.AnyTagClassName
{
color: #88ADE1;
}
</style>
background-color css
<style>
a { background-color: #88ADE1; }
a { background-color: rgb(136,173,225); }
div.DivClassName
{
background-color: #88ADE1;
}
.BgClassName
{
background-color: #88ADE1;
}
</style>
border-color css
<style>
span { border-color: #88ADE1; }
span { border-color: rgb(136,173,225); }
td.TdClassName
{
border-color: #88ADE1;
}
.TagClassName
{
border-color: #88ADE1;
}
</style>