Shades of Jordy Blue #88AFDD
Tints of Jordy Blue #88AFDD
RGB
CMYK
RGB Variations
Color information
#88AFDD (or 0x88AFDD) is known color: Jordy Blue. HEX triplet: 88, AF and DD. RGB value is (136,175,221). Sum of RGB (Red+Green+Blue) = 136+175+221=532 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.56% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #88AFDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFDD is #775022. Grayscale: #A8A8A8. Windows color (decimal): -7819299 or 14528392. OLE color: 14528392.
HSL color Cylindrical-coordinate representation of color #88AFDD: hue angle of 212.47º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88AFDD is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 175 | 221 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.13 |
| HSL | 212.47º | 0.56% | 0.7% | - |
| HSV(B) | 212.47º | 0.38% | 0.87% | - |
| XYZ | 38.53 | 41.11 | 74.31 | - |
| YUV | 168.58 | 157.58 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 221 | 0.38 | 0.21 | 0 | 0.13 | 212.47 | 0.56 | 0.7 |
| Hex | 88 | AF | DD | 26 | 15 | 0 | D | D4 | 38 | 46 |
| Octal | 210 | 257 | 335 | 46 | 25 | 0 | 15 | 324 | 70 | 106 |
| Binary | 10001000 | 10101111 | 11011101 | 100110 | 10101 | 0 | 1101 | 11010100 | 111000 | 1000110 |
Color Harmonies of #88AFDD
Complementary color
Monochromatic Colors of #88AFDD
Black with #88AFDD
Text Example
Text Example
White with #88AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFDD; }
p { color: rgb(136,175,221); }
H1.HeaderClassName
{
color: #88AFDD;
}
.AnyTagClassName
{
color: #88AFDD;
}
</style>
background-color css
<style>
a { background-color: #88AFDD; }
a { background-color: rgb(136,175,221); }
div.DivClassName
{
background-color: #88AFDD;
}
.BgClassName
{
background-color: #88AFDD;
}
</style>
border-color css
<style>
span { border-color: #88AFDD; }
span { border-color: rgb(136,175,221); }
td.TdClassName
{
border-color: #88AFDD;
}
.TagClassName
{
border-color: #88AFDD;
}
</style>