Shades of Jordy Blue #88ACF9
Tints of Jordy Blue #88ACF9
RGB
CMYK
RGB Variations
Color information
#88ACF9 (or 0x88ACF9) is known color: Jordy Blue. HEX triplet: 88, AC and F9. RGB value is (136,172,249). Sum of RGB (Red+Green+Blue) = 136+172+249=557 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.42% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #88ACF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACF9 is #775306. Grayscale: #A9A9A9. Windows color (decimal): -7820039 or 16362632. OLE color: 16362632.
HSL color Cylindrical-coordinate representation of color #88ACF9: hue angle of 220.88º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88ACF9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 172 | 249 | - |
| CMYK | 0.45 | 0.31 | 0 | 0.02 |
| HSL | 220.89º | 0.9% | 0.75% | - |
| HSV(B) | 220.89º | 0.45% | 0.98% | - |
| XYZ | 42 | 41.58 | 95.43 | - |
| YUV | 170.01 | 172.57 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 249 | 0.45 | 0.31 | 0 | 0.02 | 220.89 | 0.9 | 0.75 |
| Hex | 88 | AC | F9 | 2D | 1F | 0 | 2 | DD | 5A | 4B |
| Octal | 210 | 254 | 371 | 55 | 37 | 0 | 2 | 335 | 132 | 113 |
| Binary | 10001000 | 10101100 | 11111001 | 101101 | 11111 | 0 | 10 | 11011101 | 1011010 | 1001011 |
Color Harmonies of #88ACF9
Complementary color
Monochromatic Colors of #88ACF9
Black with #88ACF9
Text Example
Text Example
White with #88ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ACF9; }
p { color: rgb(136,172,249); }
H1.HeaderClassName
{
color: #88ACF9;
}
.AnyTagClassName
{
color: #88ACF9;
}
</style>
background-color css
<style>
a { background-color: #88ACF9; }
a { background-color: rgb(136,172,249); }
div.DivClassName
{
background-color: #88ACF9;
}
.BgClassName
{
background-color: #88ACF9;
}
</style>
border-color css
<style>
span { border-color: #88ACF9; }
span { border-color: rgb(136,172,249); }
td.TdClassName
{
border-color: #88ACF9;
}
.TagClassName
{
border-color: #88ACF9;
}
</style>