Shades of Jordy Blue #88A7E6
Tints of Jordy Blue #88A7E6
RGB
CMYK
RGB Variations
Color information
#88A7E6 (or 0x88A7E6) is known color: Jordy Blue. HEX triplet: 88, A7 and E6. RGB value is (136,167,230). Sum of RGB (Red+Green+Blue) = 136+167+230=533 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.52% from 533); Green value is 167 (65.62% from 255 or 31.33% from 533); Blue value is 230 (90.23% from 255 or 43.15% from 533); Max value from RGB is 230 - color contains mainly: blue. Hex color #88A7E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A7E6 is #775819. Grayscale: #A4A4A4. Windows color (decimal): -7821338 or 15116168. OLE color: 15116168.
HSL color Cylindrical-coordinate representation of color #88A7E6: hue angle of 220.21º degrees, saturation: 0.65, 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 #88A7E6 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 136 | 167 | 230 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.10 |
| HSL | 220.21º | 0.65% | 0.72% | - |
| HSV(B) | 220.21º | 0.41% | 0.9% | - |
| XYZ | 38.25 | 38.58 | 80.29 | - |
| YUV | 164.91 | 164.73 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 230 | 0.41 | 0.27 | 0 | 0.10 | 220.21 | 0.65 | 0.72 |
| Hex | 88 | A7 | E6 | 29 | 1B | 0 | A | DC | 41 | 48 |
| Octal | 210 | 247 | 346 | 51 | 33 | 0 | 12 | 334 | 101 | 110 |
| Binary | 10001000 | 10100111 | 11100110 | 101001 | 11011 | 0 | 1010 | 11011100 | 1000001 | 1001000 |
Color Harmonies of #88A7E6
Complementary color
Monochromatic Colors of #88A7E6
Black with #88A7E6
Text Example
Text Example
White with #88A7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A7E6; }
p { color: rgb(136,167,230); }
H1.HeaderClassName
{
color: #88A7E6;
}
.AnyTagClassName
{
color: #88A7E6;
}
</style>
background-color css
<style>
a { background-color: #88A7E6; }
a { background-color: rgb(136,167,230); }
div.DivClassName
{
background-color: #88A7E6;
}
.BgClassName
{
background-color: #88A7E6;
}
</style>
border-color css
<style>
span { border-color: #88A7E6; }
span { border-color: rgb(136,167,230); }
td.TdClassName
{
border-color: #88A7E6;
}
.TagClassName
{
border-color: #88A7E6;
}
</style>