Shades of Jordy Blue #88B0DB
Tints of Jordy Blue #88B0DB
RGB
CMYK
RGB Variations
Color information
#88B0DB (or 0x88B0DB) is known color: Jordy Blue. HEX triplet: 88, B0 and DB. RGB value is (136,176,219). Sum of RGB (Red+Green+Blue) = 136+176+219=531 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.61% from 531); Green value is 176 (69.14% from 255 or 33.15% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #88B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0DB is #774F24. Grayscale: #A8A8A8. Windows color (decimal): -7819045 or 14397576. OLE color: 14397576.
HSL color Cylindrical-coordinate representation of color #88B0DB: hue angle of 211.08º 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 #88B0DB is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 176 | 219 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.14 |
| HSL | 211.08º | 0.54% | 0.7% | - |
| HSV(B) | 211.08º | 0.38% | 0.86% | - |
| XYZ | 38.46 | 41.4 | 72.98 | - |
| YUV | 168.94 | 156.25 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 219 | 0.38 | 0.20 | 0 | 0.14 | 211.08 | 0.54 | 0.7 |
| Hex | 88 | B0 | DB | 26 | 14 | 0 | E | D3 | 36 | 46 |
| Octal | 210 | 260 | 333 | 46 | 24 | 0 | 16 | 323 | 66 | 106 |
| Binary | 10001000 | 10110000 | 11011011 | 100110 | 10100 | 0 | 1110 | 11010011 | 110110 | 1000110 |
Color Harmonies of #88B0DB
Complementary color
Monochromatic Colors of #88B0DB
Black with #88B0DB
Text Example
Text Example
White with #88B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B0DB; }
p { color: rgb(136,176,219); }
H1.HeaderClassName
{
color: #88B0DB;
}
.AnyTagClassName
{
color: #88B0DB;
}
</style>
background-color css
<style>
a { background-color: #88B0DB; }
a { background-color: rgb(136,176,219); }
div.DivClassName
{
background-color: #88B0DB;
}
.BgClassName
{
background-color: #88B0DB;
}
</style>
border-color css
<style>
span { border-color: #88B0DB; }
span { border-color: rgb(136,176,219); }
td.TdClassName
{
border-color: #88B0DB;
}
.TagClassName
{
border-color: #88B0DB;
}
</style>