Shades of Jordy Blue #88BAEA
Tints of Jordy Blue #88BAEA
RGB
CMYK
RGB Variations
Color information
#88BAEA (or 0x88BAEA) is known color: Jordy Blue. HEX triplet: 88, BA and EA. RGB value is (136,186,234). Sum of RGB (Red+Green+Blue) = 136+186+234=556 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.46% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #88BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAEA is #774515. Grayscale: #B0B0B0. Windows color (decimal): -7816470 or 15383176. OLE color: 15383176.
HSL color Cylindrical-coordinate representation of color #88BAEA: hue angle of 209.39º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88BAEA is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 186 | 234 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.08 |
| HSL | 209.39º | 0.7% | 0.73% | - |
| HSV(B) | 209.39º | 0.42% | 0.92% | - |
| XYZ | 42.56 | 46.29 | 84.53 | - |
| YUV | 176.52 | 160.44 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 234 | 0.42 | 0.21 | 0 | 0.08 | 209.39 | 0.7 | 0.73 |
| Hex | 88 | BA | EA | 2A | 15 | 0 | 8 | D1 | 46 | 49 |
| Octal | 210 | 272 | 352 | 52 | 25 | 0 | 10 | 321 | 106 | 111 |
| Binary | 10001000 | 10111010 | 11101010 | 101010 | 10101 | 0 | 1000 | 11010001 | 1000110 | 1001001 |
Color Harmonies of #88BAEA
Complementary color
Monochromatic Colors of #88BAEA
Black with #88BAEA
Text Example
Text Example
White with #88BAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BAEA; }
p { color: rgb(136,186,234); }
H1.HeaderClassName
{
color: #88BAEA;
}
.AnyTagClassName
{
color: #88BAEA;
}
</style>
background-color css
<style>
a { background-color: #88BAEA; }
a { background-color: rgb(136,186,234); }
div.DivClassName
{
background-color: #88BAEA;
}
.BgClassName
{
background-color: #88BAEA;
}
</style>
border-color css
<style>
span { border-color: #88BAEA; }
span { border-color: rgb(136,186,234); }
td.TdClassName
{
border-color: #88BAEA;
}
.TagClassName
{
border-color: #88BAEA;
}
</style>