Shades of Jordy Blue #88ABDB
Tints of Jordy Blue #88ABDB
RGB
CMYK
RGB Variations
Color information
#88ABDB (or 0x88ABDB) is known color: Jordy Blue. HEX triplet: 88, AB and DB. RGB value is (136,171,219). Sum of RGB (Red+Green+Blue) = 136+171+219=526 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.86% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #88ABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABDB is #775424. Grayscale: #A5A5A5. Windows color (decimal): -7820325 or 14396296. OLE color: 14396296.
HSL color Cylindrical-coordinate representation of color #88ABDB: hue angle of 214.7º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88ABDB is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 171 | 219 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.14 |
| HSL | 214.7º | 0.54% | 0.7% | - |
| HSV(B) | 214.7º | 0.38% | 0.86% | - |
| XYZ | 37.5 | 39.47 | 72.66 | - |
| YUV | 166.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 219 | 0.38 | 0.22 | 0 | 0.14 | 214.7 | 0.54 | 0.7 |
| Hex | 88 | AB | DB | 26 | 16 | 0 | E | D7 | 36 | 46 |
| Octal | 210 | 253 | 333 | 46 | 26 | 0 | 16 | 327 | 66 | 106 |
| Binary | 10001000 | 10101011 | 11011011 | 100110 | 10110 | 0 | 1110 | 11010111 | 110110 | 1000110 |
Color Harmonies of #88ABDB
Complementary color
Monochromatic Colors of #88ABDB
Black with #88ABDB
Text Example
Text Example
White with #88ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ABDB; }
p { color: rgb(136,171,219); }
H1.HeaderClassName
{
color: #88ABDB;
}
.AnyTagClassName
{
color: #88ABDB;
}
</style>
background-color css
<style>
a { background-color: #88ABDB; }
a { background-color: rgb(136,171,219); }
div.DivClassName
{
background-color: #88ABDB;
}
.BgClassName
{
background-color: #88ABDB;
}
</style>
border-color css
<style>
span { border-color: #88ABDB; }
span { border-color: rgb(136,171,219); }
td.TdClassName
{
border-color: #88ABDB;
}
.TagClassName
{
border-color: #88ABDB;
}
</style>