Shades of Jordy Blue #88A6F4
Tints of Jordy Blue #88A6F4
RGB
CMYK
RGB Variations
Color information
#88A6F4 (or 0x88A6F4) is known color: Jordy Blue. HEX triplet: 88, A6 and F4. RGB value is (136,166,244). Sum of RGB (Red+Green+Blue) = 136+166+244=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #88A6F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6F4 is #77590B. Grayscale: #A5A5A5. Windows color (decimal): -7821580 or 16033416. OLE color: 16033416.
HSL color Cylindrical-coordinate representation of color #88A6F4: hue angle of 223.33º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88A6F4 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 166 | 244 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.04 |
| HSL | 223.33º | 0.83% | 0.75% | - |
| HSV(B) | 223.33º | 0.44% | 0.96% | - |
| XYZ | 40.12 | 39.04 | 91.01 | - |
| YUV | 165.92 | 172.06 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 244 | 0.44 | 0.32 | 0 | 0.04 | 223.33 | 0.83 | 0.75 |
| Hex | 88 | A6 | F4 | 2C | 20 | 0 | 4 | DF | 53 | 4B |
| Octal | 210 | 246 | 364 | 54 | 40 | 0 | 4 | 337 | 123 | 113 |
| Binary | 10001000 | 10100110 | 11110100 | 101100 | 100000 | 0 | 100 | 11011111 | 1010011 | 1001011 |
Color Harmonies of #88A6F4
Complementary color
Monochromatic Colors of #88A6F4
Black with #88A6F4
Text Example
Text Example
White with #88A6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6F4; }
p { color: rgb(136,166,244); }
H1.HeaderClassName
{
color: #88A6F4;
}
.AnyTagClassName
{
color: #88A6F4;
}
</style>
background-color css
<style>
a { background-color: #88A6F4; }
a { background-color: rgb(136,166,244); }
div.DivClassName
{
background-color: #88A6F4;
}
.BgClassName
{
background-color: #88A6F4;
}
</style>
border-color css
<style>
span { border-color: #88A6F4; }
span { border-color: rgb(136,166,244); }
td.TdClassName
{
border-color: #88A6F4;
}
.TagClassName
{
border-color: #88A6F4;
}
</style>