Shades of Jordy Blue #88A8E9
Tints of Jordy Blue #88A8E9
RGB
CMYK
RGB Variations
Color information
#88A8E9 (or 0x88A8E9) is known color: Jordy Blue. HEX triplet: 88, A8 and E9. RGB value is (136,168,233). Sum of RGB (Red+Green+Blue) = 136+168+233=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #88A8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A8E9 is #775716. Grayscale: #A5A5A5. Windows color (decimal): -7821079 or 15313032. OLE color: 15313032.
HSL color Cylindrical-coordinate representation of color #88A8E9: hue angle of 220.21º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88A8E9 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 136 | 168 | 233 | - |
| CMYK | 0.42 | 0.28 | 0 | 0.09 |
| HSL | 220.21º | 0.69% | 0.72% | - |
| HSV(B) | 220.21º | 0.42% | 0.91% | - |
| XYZ | 38.86 | 39.12 | 82.59 | - |
| YUV | 165.84 | 165.9 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 233 | 0.42 | 0.28 | 0 | 0.09 | 220.21 | 0.69 | 0.72 |
| Hex | 88 | A8 | E9 | 2A | 1C | 0 | 9 | DC | 45 | 48 |
| Octal | 210 | 250 | 351 | 52 | 34 | 0 | 11 | 334 | 105 | 110 |
| Binary | 10001000 | 10101000 | 11101001 | 101010 | 11100 | 0 | 1001 | 11011100 | 1000101 | 1001000 |
Color Harmonies of #88A8E9
Complementary color
Monochromatic Colors of #88A8E9
Black with #88A8E9
Text Example
Text Example
White with #88A8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8E9; }
p { color: rgb(136,168,233); }
H1.HeaderClassName
{
color: #88A8E9;
}
.AnyTagClassName
{
color: #88A8E9;
}
</style>
background-color css
<style>
a { background-color: #88A8E9; }
a { background-color: rgb(136,168,233); }
div.DivClassName
{
background-color: #88A8E9;
}
.BgClassName
{
background-color: #88A8E9;
}
</style>
border-color css
<style>
span { border-color: #88A8E9; }
span { border-color: rgb(136,168,233); }
td.TdClassName
{
border-color: #88A8E9;
}
.TagClassName
{
border-color: #88A8E9;
}
</style>