Shades of Jordy Blue #88B4ED
Tints of Jordy Blue #88B4ED
RGB
CMYK
RGB Variations
Color information
#88B4ED (or 0x88B4ED) is known color: Jordy Blue. HEX triplet: 88, B4 and ED. RGB value is (136,180,237). Sum of RGB (Red+Green+Blue) = 136+180+237=553 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.59% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #88B4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88B4ED is #774B12. Grayscale: #ADADAD. Windows color (decimal): -7818003 or 15578248. OLE color: 15578248.
HSL color Cylindrical-coordinate representation of color #88B4ED: hue angle of 213.86º 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 #88B4ED is Cyan = 0.43, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 180 | 237 | - |
| CMYK | 0.43 | 0.24 | 0 | 0.07 |
| HSL | 213.86º | 0.74% | 0.73% | - |
| HSV(B) | 213.86º | 0.43% | 0.93% | - |
| XYZ | 41.76 | 43.99 | 86.41 | - |
| YUV | 173.34 | 163.92 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 180 | 237 | 0.43 | 0.24 | 0 | 0.07 | 213.86 | 0.74 | 0.73 |
| Hex | 88 | B4 | ED | 2B | 18 | 0 | 7 | D6 | 4A | 49 |
| Octal | 210 | 264 | 355 | 53 | 30 | 0 | 7 | 326 | 112 | 111 |
| Binary | 10001000 | 10110100 | 11101101 | 101011 | 11000 | 0 | 111 | 11010110 | 1001010 | 1001001 |
Color Harmonies of #88B4ED
Complementary color
Monochromatic Colors of #88B4ED
Black with #88B4ED
Text Example
Text Example
White with #88B4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B4ED; }
p { color: rgb(136,180,237); }
H1.HeaderClassName
{
color: #88B4ED;
}
.AnyTagClassName
{
color: #88B4ED;
}
</style>
background-color css
<style>
a { background-color: #88B4ED; }
a { background-color: rgb(136,180,237); }
div.DivClassName
{
background-color: #88B4ED;
}
.BgClassName
{
background-color: #88B4ED;
}
</style>
border-color css
<style>
span { border-color: #88B4ED; }
span { border-color: rgb(136,180,237); }
td.TdClassName
{
border-color: #88B4ED;
}
.TagClassName
{
border-color: #88B4ED;
}
</style>