Shades of Jordy Blue #88AEE1
Tints of Jordy Blue #88AEE1
RGB
CMYK
RGB Variations
Color information
#88AEE1 (or 0x88AEE1) is known color: Jordy Blue. HEX triplet: 88, AE and E1. RGB value is (136,174,225). Sum of RGB (Red+Green+Blue) = 136+174+225=535 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.42% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #88AEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AEE1 is #77511E. Grayscale: #A8A8A8. Windows color (decimal): -7819551 or 14790280. OLE color: 14790280.
HSL color Cylindrical-coordinate representation of color #88AEE1: hue angle of 214.38º 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 #88AEE1 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 174 | 225 | - |
| CMYK | 0.40 | 0.23 | 0 | 0.12 |
| HSL | 214.38º | 0.6% | 0.71% | - |
| HSV(B) | 214.38º | 0.4% | 0.88% | - |
| XYZ | 38.88 | 40.94 | 77.09 | - |
| YUV | 168.45 | 159.91 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 225 | 0.40 | 0.23 | 0 | 0.12 | 214.38 | 0.6 | 0.71 |
| Hex | 88 | AE | E1 | 28 | 17 | 0 | C | D6 | 3C | 47 |
| Octal | 210 | 256 | 341 | 50 | 27 | 0 | 14 | 326 | 74 | 107 |
| Binary | 10001000 | 10101110 | 11100001 | 101000 | 10111 | 0 | 1100 | 11010110 | 111100 | 1000111 |
Color Harmonies of #88AEE1
Complementary color
Monochromatic Colors of #88AEE1
Black with #88AEE1
Text Example
Text Example
White with #88AEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AEE1; }
p { color: rgb(136,174,225); }
H1.HeaderClassName
{
color: #88AEE1;
}
.AnyTagClassName
{
color: #88AEE1;
}
</style>
background-color css
<style>
a { background-color: #88AEE1; }
a { background-color: rgb(136,174,225); }
div.DivClassName
{
background-color: #88AEE1;
}
.BgClassName
{
background-color: #88AEE1;
}
</style>
border-color css
<style>
span { border-color: #88AEE1; }
span { border-color: rgb(136,174,225); }
td.TdClassName
{
border-color: #88AEE1;
}
.TagClassName
{
border-color: #88AEE1;
}
</style>