Shades of Jordy Blue #88A8DF
Tints of Jordy Blue #88A8DF
RGB
CMYK
RGB Variations
Color information
#88A8DF (or 0x88A8DF) is known color: Jordy Blue. HEX triplet: 88, A8 and DF. RGB value is (136,168,223). Sum of RGB (Red+Green+Blue) = 136+168+223=527 (69% of max value = 765). Red value is 136 (53.52% from 255 or 25.81% from 527); Green value is 168 (66.02% from 255 or 31.88% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #88A8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8DF is #775720. Grayscale: #A4A4A4. Windows color (decimal): -7821089 or 14657672. OLE color: 14657672.
HSL color Cylindrical-coordinate representation of color #88A8DF: hue angle of 217.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88A8DF is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 168 | 223 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.13 |
| HSL | 217.93º | 0.58% | 0.7% | - |
| HSV(B) | 217.93º | 0.39% | 0.87% | - |
| XYZ | 37.48 | 38.57 | 75.28 | - |
| YUV | 164.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 223 | 0.39 | 0.25 | 0 | 0.13 | 217.93 | 0.58 | 0.7 |
| Hex | 88 | A8 | DF | 27 | 19 | 0 | D | DA | 3A | 46 |
| Octal | 210 | 250 | 337 | 47 | 31 | 0 | 15 | 332 | 72 | 106 |
| Binary | 10001000 | 10101000 | 11011111 | 100111 | 11001 | 0 | 1101 | 11011010 | 111010 | 1000110 |
Color Harmonies of #88A8DF
Complementary color
Monochromatic Colors of #88A8DF
Black with #88A8DF
Text Example
Text Example
White with #88A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8DF; }
p { color: rgb(136,168,223); }
H1.HeaderClassName
{
color: #88A8DF;
}
.AnyTagClassName
{
color: #88A8DF;
}
</style>
background-color css
<style>
a { background-color: #88A8DF; }
a { background-color: rgb(136,168,223); }
div.DivClassName
{
background-color: #88A8DF;
}
.BgClassName
{
background-color: #88A8DF;
}
</style>
border-color css
<style>
span { border-color: #88A8DF; }
span { border-color: rgb(136,168,223); }
td.TdClassName
{
border-color: #88A8DF;
}
.TagClassName
{
border-color: #88A8DF;
}
</style>