Shades of Jordy Blue #88ADE2
Tints of Jordy Blue #88ADE2
RGB
CMYK
RGB Variations
Color information
#88ADE2 (or 0x88ADE2) is known color: Jordy Blue. HEX triplet: 88, AD and E2. RGB value is (136,173,226). Sum of RGB (Red+Green+Blue) = 136+173+226=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 226 (88.67% from 255 or 42.24% from 535); Max value from RGB is 226 - color contains mainly: blue. Hex color #88ADE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADE2 is #77521D. Grayscale: #A7A7A7. Windows color (decimal): -7819806 or 14855560. OLE color: 14855560.
HSL color Cylindrical-coordinate representation of color #88ADE2: hue angle of 215.33º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88ADE2 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 136 | 173 | 226 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.11 |
| HSL | 215.33º | 0.61% | 0.71% | - |
| HSV(B) | 215.33º | 0.4% | 0.89% | - |
| XYZ | 38.82 | 40.61 | 77.74 | - |
| YUV | 167.98 | 160.74 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 226 | 0.40 | 0.23 | 0 | 0.11 | 215.33 | 0.61 | 0.71 |
| Hex | 88 | AD | E2 | 28 | 17 | 0 | B | D7 | 3D | 47 |
| Octal | 210 | 255 | 342 | 50 | 27 | 0 | 13 | 327 | 75 | 107 |
| Binary | 10001000 | 10101101 | 11100010 | 101000 | 10111 | 0 | 1011 | 11010111 | 111101 | 1000111 |
Color Harmonies of #88ADE2
Complementary color
Monochromatic Colors of #88ADE2
Black with #88ADE2
Text Example
Text Example
White with #88ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADE2; }
p { color: rgb(136,173,226); }
H1.HeaderClassName
{
color: #88ADE2;
}
.AnyTagClassName
{
color: #88ADE2;
}
</style>
background-color css
<style>
a { background-color: #88ADE2; }
a { background-color: rgb(136,173,226); }
div.DivClassName
{
background-color: #88ADE2;
}
.BgClassName
{
background-color: #88ADE2;
}
</style>
border-color css
<style>
span { border-color: #88ADE2; }
span { border-color: rgb(136,173,226); }
td.TdClassName
{
border-color: #88ADE2;
}
.TagClassName
{
border-color: #88ADE2;
}
</style>