Shades of Jordy Blue #88B1ED
Tints of Jordy Blue #88B1ED
RGB
CMYK
RGB Variations
Color information
#88B1ED (or 0x88B1ED) is known color: Jordy Blue. HEX triplet: 88, B1 and ED. RGB value is (136,177,237). Sum of RGB (Red+Green+Blue) = 136+177+237=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 177 (69.53% from 255 or 32.18% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #88B1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B1ED is #774E12. Grayscale: #ABABAB. Windows color (decimal): -7818771 or 15577480. OLE color: 15577480.
HSL color Cylindrical-coordinate representation of color #88B1ED: hue angle of 215.64º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88B1ED is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 177 | 237 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.07 |
| HSL | 215.64º | 0.74% | 0.73% | - |
| HSV(B) | 215.64º | 0.43% | 0.93% | - |
| XYZ | 41.16 | 42.79 | 86.21 | - |
| YUV | 171.58 | 164.92 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 177 | 237 | 0.43 | 0.25 | 0 | 0.07 | 215.64 | 0.74 | 0.73 |
| Hex | 88 | B1 | ED | 2B | 19 | 0 | 7 | D8 | 4A | 49 |
| Octal | 210 | 261 | 355 | 53 | 31 | 0 | 7 | 330 | 112 | 111 |
| Binary | 10001000 | 10110001 | 11101101 | 101011 | 11001 | 0 | 111 | 11011000 | 1001010 | 1001001 |
Color Harmonies of #88B1ED
Complementary color
Monochromatic Colors of #88B1ED
Black with #88B1ED
Text Example
Text Example
White with #88B1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B1ED; }
p { color: rgb(136,177,237); }
H1.HeaderClassName
{
color: #88B1ED;
}
.AnyTagClassName
{
color: #88B1ED;
}
</style>
background-color css
<style>
a { background-color: #88B1ED; }
a { background-color: rgb(136,177,237); }
div.DivClassName
{
background-color: #88B1ED;
}
.BgClassName
{
background-color: #88B1ED;
}
</style>
border-color css
<style>
span { border-color: #88B1ED; }
span { border-color: rgb(136,177,237); }
td.TdClassName
{
border-color: #88B1ED;
}
.TagClassName
{
border-color: #88B1ED;
}
</style>