Shades of Jordy Blue #88B2EC
Tints of Jordy Blue #88B2EC
RGB
CMYK
RGB Variations
Color information
#88B2EC (or 0x88B2EC) is known color: Jordy Blue. HEX triplet: 88, B2 and EC. RGB value is (136,178,236). Sum of RGB (Red+Green+Blue) = 136+178+236=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 178 (69.92% from 255 or 32.36% from 550); Blue value is 236 (92.58% from 255 or 42.91% from 550); Max value from RGB is 236 - color contains mainly: blue. Hex color #88B2EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B2EC is #774D13. Grayscale: #ABABAB. Windows color (decimal): -7818516 or 15512200. OLE color: 15512200.
HSL color Cylindrical-coordinate representation of color #88B2EC: hue angle of 214.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88B2EC is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 178 | 236 | - |
| CMYK | 0.42 | 0.25 | 0 | 0.07 |
| HSL | 214.8º | 0.72% | 0.73% | - |
| HSV(B) | 214.8º | 0.42% | 0.93% | - |
| XYZ | 41.21 | 43.13 | 85.51 | - |
| YUV | 172.05 | 164.09 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 236 | 0.42 | 0.25 | 0 | 0.07 | 214.8 | 0.72 | 0.73 |
| Hex | 88 | B2 | EC | 2A | 19 | 0 | 7 | D7 | 48 | 49 |
| Octal | 210 | 262 | 354 | 52 | 31 | 0 | 7 | 327 | 110 | 111 |
| Binary | 10001000 | 10110010 | 11101100 | 101010 | 11001 | 0 | 111 | 11010111 | 1001000 | 1001001 |
Color Harmonies of #88B2EC
Complementary color
Monochromatic Colors of #88B2EC
Black with #88B2EC
Text Example
Text Example
White with #88B2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2EC; }
p { color: rgb(136,178,236); }
H1.HeaderClassName
{
color: #88B2EC;
}
.AnyTagClassName
{
color: #88B2EC;
}
</style>
background-color css
<style>
a { background-color: #88B2EC; }
a { background-color: rgb(136,178,236); }
div.DivClassName
{
background-color: #88B2EC;
}
.BgClassName
{
background-color: #88B2EC;
}
</style>
border-color css
<style>
span { border-color: #88B2EC; }
span { border-color: rgb(136,178,236); }
td.TdClassName
{
border-color: #88B2EC;
}
.TagClassName
{
border-color: #88B2EC;
}
</style>