Shades of Jordy Blue #88B2E5
Tints of Jordy Blue #88B2E5
RGB
CMYK
RGB Variations
Color information
#88B2E5 (or 0x88B2E5) is known color: Jordy Blue. HEX triplet: 88, B2 and E5. RGB value is (136,178,229). Sum of RGB (Red+Green+Blue) = 136+178+229=543 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.05% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 229 (89.84% from 255 or 42.17% from 543); Max value from RGB is 229 - color contains mainly: blue. Hex color #88B2E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2E5 is #774D1A. Grayscale: #ABABAB. Windows color (decimal): -7818523 or 15053448. OLE color: 15053448.
HSL color Cylindrical-coordinate representation of color #88B2E5: hue angle of 212.9º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88B2E5 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 178 | 229 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.10 |
| HSL | 212.9º | 0.64% | 0.72% | - |
| HSV(B) | 212.9º | 0.41% | 0.9% | - |
| XYZ | 40.22 | 42.73 | 80.26 | - |
| YUV | 171.26 | 160.59 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 229 | 0.41 | 0.22 | 0 | 0.10 | 212.9 | 0.64 | 0.72 |
| Hex | 88 | B2 | E5 | 29 | 16 | 0 | A | D5 | 40 | 48 |
| Octal | 210 | 262 | 345 | 51 | 26 | 0 | 12 | 325 | 100 | 110 |
| Binary | 10001000 | 10110010 | 11100101 | 101001 | 10110 | 0 | 1010 | 11010101 | 1000000 | 1001000 |
Color Harmonies of #88B2E5
Complementary color
Monochromatic Colors of #88B2E5
Black with #88B2E5
Text Example
Text Example
White with #88B2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2E5; }
p { color: rgb(136,178,229); }
H1.HeaderClassName
{
color: #88B2E5;
}
.AnyTagClassName
{
color: #88B2E5;
}
</style>
background-color css
<style>
a { background-color: #88B2E5; }
a { background-color: rgb(136,178,229); }
div.DivClassName
{
background-color: #88B2E5;
}
.BgClassName
{
background-color: #88B2E5;
}
</style>
border-color css
<style>
span { border-color: #88B2E5; }
span { border-color: rgb(136,178,229); }
td.TdClassName
{
border-color: #88B2E5;
}
.TagClassName
{
border-color: #88B2E5;
}
</style>