Shades of Jordy Blue #88A6F3
Tints of Jordy Blue #88A6F3
RGB
CMYK
RGB Variations
Color information
#88A6F3 (or 0x88A6F3) is known color: Jordy Blue. HEX triplet: 88, A6 and F3. RGB value is (136,166,243). Sum of RGB (Red+Green+Blue) = 136+166+243=545 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.95% from 545); Green value is 166 (65.23% from 255 or 30.46% from 545); Blue value is 243 (95.31% from 255 or 44.59% from 545); Max value from RGB is 243 - color contains mainly: blue. Hex color #88A6F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A6F3 is #77590C. Grayscale: #A5A5A5. Windows color (decimal): -7821581 or 15967880. OLE color: 15967880.
HSL color Cylindrical-coordinate representation of color #88A6F3: hue angle of 223.18º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88A6F3 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 166 | 243 | - |
| CMYK | 0.44 | 0.32 | 0 | 0.05 |
| HSL | 223.18º | 0.82% | 0.74% | - |
| HSV(B) | 223.18º | 0.44% | 0.95% | - |
| XYZ | 39.97 | 38.98 | 90.21 | - |
| YUV | 165.81 | 171.56 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 243 | 0.44 | 0.32 | 0 | 0.05 | 223.18 | 0.82 | 0.74 |
| Hex | 88 | A6 | F3 | 2C | 20 | 0 | 5 | DF | 52 | 4A |
| Octal | 210 | 246 | 363 | 54 | 40 | 0 | 5 | 337 | 122 | 112 |
| Binary | 10001000 | 10100110 | 11110011 | 101100 | 100000 | 0 | 101 | 11011111 | 1010010 | 1001010 |
Color Harmonies of #88A6F3
Complementary color
Monochromatic Colors of #88A6F3
Black with #88A6F3
Text Example
Text Example
White with #88A6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6F3; }
p { color: rgb(136,166,243); }
H1.HeaderClassName
{
color: #88A6F3;
}
.AnyTagClassName
{
color: #88A6F3;
}
</style>
background-color css
<style>
a { background-color: #88A6F3; }
a { background-color: rgb(136,166,243); }
div.DivClassName
{
background-color: #88A6F3;
}
.BgClassName
{
background-color: #88A6F3;
}
</style>
border-color css
<style>
span { border-color: #88A6F3; }
span { border-color: rgb(136,166,243); }
td.TdClassName
{
border-color: #88A6F3;
}
.TagClassName
{
border-color: #88A6F3;
}
</style>