Shades of Jordy Blue #88A4F6
Tints of Jordy Blue #88A4F6
RGB
CMYK
RGB Variations
Color information
#88A4F6 (or 0x88A4F6) is known color: Jordy Blue. HEX triplet: 88, A4 and F6. RGB value is (136,164,246). Sum of RGB (Red+Green+Blue) = 136+164+246=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 164 (64.45% from 255 or 30.04% from 546); Blue value is 246 (96.48% from 255 or 45.05% from 546); Max value from RGB is 246 - color contains mainly: blue. Hex color #88A4F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A4F6 is #775B09. Grayscale: #A4A4A4. Windows color (decimal): -7822090 or 16163976. OLE color: 16163976.
HSL color Cylindrical-coordinate representation of color #88A4F6: hue angle of 224.73º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88A4F6 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 164 | 246 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.04 |
| HSL | 224.73º | 0.86% | 0.75% | - |
| HSV(B) | 224.73º | 0.45% | 0.96% | - |
| XYZ | 40.06 | 38.44 | 92.5 | - |
| YUV | 164.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 246 | 0.45 | 0.33 | 0 | 0.04 | 224.73 | 0.86 | 0.75 |
| Hex | 88 | A4 | F6 | 2D | 21 | 0 | 4 | E1 | 56 | 4B |
| Octal | 210 | 244 | 366 | 55 | 41 | 0 | 4 | 341 | 126 | 113 |
| Binary | 10001000 | 10100100 | 11110110 | 101101 | 100001 | 0 | 100 | 11100001 | 1010110 | 1001011 |
Color Harmonies of #88A4F6
Complementary color
Monochromatic Colors of #88A4F6
Black with #88A4F6
Text Example
Text Example
White with #88A4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A4F6; }
p { color: rgb(136,164,246); }
H1.HeaderClassName
{
color: #88A4F6;
}
.AnyTagClassName
{
color: #88A4F6;
}
</style>
background-color css
<style>
a { background-color: #88A4F6; }
a { background-color: rgb(136,164,246); }
div.DivClassName
{
background-color: #88A4F6;
}
.BgClassName
{
background-color: #88A4F6;
}
</style>
border-color css
<style>
span { border-color: #88A4F6; }
span { border-color: rgb(136,164,246); }
td.TdClassName
{
border-color: #88A4F6;
}
.TagClassName
{
border-color: #88A4F6;
}
</style>