Shades of Jordy Blue #88ADDC
Tints of Jordy Blue #88ADDC
RGB
CMYK
RGB Variations
Color information
#88ADDC (or 0x88ADDC) is known color: Jordy Blue. HEX triplet: 88, AD and DC. RGB value is (136,173,220). Sum of RGB (Red+Green+Blue) = 136+173+220=529 (70% of max value = 765). Red value is 136 (53.52% from 255 or 25.71% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #88ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ADDC is #775223. Grayscale: #A7A7A7. Windows color (decimal): -7819812 or 14462344. OLE color: 14462344.
HSL color Cylindrical-coordinate representation of color #88ADDC: hue angle of 213.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88ADDC is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 173 | 220 | - |
| CMYK | 0.38 | 0.21 | 0 | 0.14 |
| HSL | 213.57º | 0.55% | 0.7% | - |
| HSV(B) | 213.57º | 0.38% | 0.86% | - |
| XYZ | 38.02 | 40.29 | 73.48 | - |
| YUV | 167.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 173 | 220 | 0.38 | 0.21 | 0 | 0.14 | 213.57 | 0.55 | 0.7 |
| Hex | 88 | AD | DC | 26 | 15 | 0 | E | D6 | 37 | 46 |
| Octal | 210 | 255 | 334 | 46 | 25 | 0 | 16 | 326 | 67 | 106 |
| Binary | 10001000 | 10101101 | 11011100 | 100110 | 10101 | 0 | 1110 | 11010110 | 110111 | 1000110 |
Color Harmonies of #88ADDC
Complementary color
Monochromatic Colors of #88ADDC
Black with #88ADDC
Text Example
Text Example
White with #88ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ADDC; }
p { color: rgb(136,173,220); }
H1.HeaderClassName
{
color: #88ADDC;
}
.AnyTagClassName
{
color: #88ADDC;
}
</style>
background-color css
<style>
a { background-color: #88ADDC; }
a { background-color: rgb(136,173,220); }
div.DivClassName
{
background-color: #88ADDC;
}
.BgClassName
{
background-color: #88ADDC;
}
</style>
border-color css
<style>
span { border-color: #88ADDC; }
span { border-color: rgb(136,173,220); }
td.TdClassName
{
border-color: #88ADDC;
}
.TagClassName
{
border-color: #88ADDC;
}
</style>