Shades of Jordy Blue #88BAE5
Tints of Jordy Blue #88BAE5
RGB
CMYK
RGB Variations
Color information
#88BAE5 (or 0x88BAE5) is known color: Jordy Blue. HEX triplet: 88, BA and E5. RGB value is (136,186,229). Sum of RGB (Red+Green+Blue) = 136+186+229=551 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.68% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 229 - color contains mainly: blue. Hex color #88BAE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BAE5 is #77451A. Grayscale: #AFAFAF. Windows color (decimal): -7816475 or 15055496. OLE color: 15055496.
HSL color Cylindrical-coordinate representation of color #88BAE5: hue angle of 207.74º 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 #88BAE5 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 186 | 229 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.10 |
| HSL | 207.74º | 0.64% | 0.72% | - |
| HSV(B) | 207.74º | 0.41% | 0.9% | - |
| XYZ | 41.86 | 46.01 | 80.8 | - |
| YUV | 175.95 | 157.94 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 186 | 229 | 0.41 | 0.19 | 0 | 0.10 | 207.74 | 0.64 | 0.72 |
| Hex | 88 | BA | E5 | 29 | 13 | 0 | A | D0 | 40 | 48 |
| Octal | 210 | 272 | 345 | 51 | 23 | 0 | 12 | 320 | 100 | 110 |
| Binary | 10001000 | 10111010 | 11100101 | 101001 | 10011 | 0 | 1010 | 11010000 | 1000000 | 1001000 |
Color Harmonies of #88BAE5
Complementary color
Monochromatic Colors of #88BAE5
Black with #88BAE5
Text Example
Text Example
White with #88BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88BAE5; }
p { color: rgb(136,186,229); }
H1.HeaderClassName
{
color: #88BAE5;
}
.AnyTagClassName
{
color: #88BAE5;
}
</style>
background-color css
<style>
a { background-color: #88BAE5; }
a { background-color: rgb(136,186,229); }
div.DivClassName
{
background-color: #88BAE5;
}
.BgClassName
{
background-color: #88BAE5;
}
</style>
border-color css
<style>
span { border-color: #88BAE5; }
span { border-color: rgb(136,186,229); }
td.TdClassName
{
border-color: #88BAE5;
}
.TagClassName
{
border-color: #88BAE5;
}
</style>