Shades of Jordy Blue #88AAFF
Tints of Jordy Blue #88AAFF
RGB
CMYK
RGB Variations
Color information
#88AAFF (or 0x88AAFF) is known color: Jordy Blue. HEX triplet: 88, AA and FF. RGB value is (136,170,255). Sum of RGB (Red+Green+Blue) = 136+170+255=561 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.24% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #88AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AAFF is #775500. Grayscale: #A9A9A9. Windows color (decimal): -7820545 or 16755336. OLE color: 16755336.
HSL color Cylindrical-coordinate representation of color #88AAFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88AAFF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 170 | 255 | - |
| CMYK | 0.47 | 0.33 | 0 | 0 |
| HSL | 222.86º | 1% | 0.77% | - |
| HSV(B) | 222.86º | 0.47% | 1% | - |
| XYZ | 42.58 | 41.2 | 100.32 | - |
| YUV | 169.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 255 | 0.47 | 0.33 | 0 | 0 | 222.86 | 1 | 0.77 |
| Hex | 88 | AA | FF | 2F | 21 | 0 | 0 | DF | 64 | 4D |
| Octal | 210 | 252 | 377 | 57 | 41 | 0 | 0 | 337 | 144 | 115 |
| Binary | 10001000 | 10101010 | 11111111 | 101111 | 100001 | 0 | 0 | 11011111 | 1100100 | 1001101 |
Color Harmonies of #88AAFF
Complementary color
Monochromatic Colors of #88AAFF
Black with #88AAFF
Text Example
Text Example
White with #88AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AAFF; }
p { color: rgb(136,170,255); }
H1.HeaderClassName
{
color: #88AAFF;
}
.AnyTagClassName
{
color: #88AAFF;
}
</style>
background-color css
<style>
a { background-color: #88AAFF; }
a { background-color: rgb(136,170,255); }
div.DivClassName
{
background-color: #88AAFF;
}
.BgClassName
{
background-color: #88AAFF;
}
</style>
border-color css
<style>
span { border-color: #88AAFF; }
span { border-color: rgb(136,170,255); }
td.TdClassName
{
border-color: #88AAFF;
}
.TagClassName
{
border-color: #88AAFF;
}
</style>