Shades of Jordy Blue #88ACF0
Tints of Jordy Blue #88ACF0
RGB
CMYK
RGB Variations
Color information
#88ACF0 (or 0x88ACF0) is known color: Jordy Blue. HEX triplet: 88, AC and F0. RGB value is (136,172,240). Sum of RGB (Red+Green+Blue) = 136+172+240=548 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.82% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 240 (94.14% from 255 or 43.80% from 548); Max value from RGB is 240 - color contains mainly: blue. Hex color #88ACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACF0 is #77530F. Grayscale: #A8A8A8. Windows color (decimal): -7820048 or 15772808. OLE color: 15772808.
HSL color Cylindrical-coordinate representation of color #88ACF0: hue angle of 219.23º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88ACF0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 172 | 240 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.06 |
| HSL | 219.23º | 0.78% | 0.74% | - |
| HSV(B) | 219.23º | 0.43% | 0.94% | - |
| XYZ | 40.63 | 41.03 | 88.22 | - |
| YUV | 168.99 | 168.07 | 104.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 240 | 0.43 | 0.28 | 0 | 0.06 | 219.23 | 0.78 | 0.74 |
| Hex | 88 | AC | F0 | 2B | 1C | 0 | 6 | DB | 4E | 4A |
| Octal | 210 | 254 | 360 | 53 | 34 | 0 | 6 | 333 | 116 | 112 |
| Binary | 10001000 | 10101100 | 11110000 | 101011 | 11100 | 0 | 110 | 11011011 | 1001110 | 1001010 |
Color Harmonies of #88ACF0
Complementary color
Monochromatic Colors of #88ACF0
Black with #88ACF0
Text Example
Text Example
White with #88ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ACF0; }
p { color: rgb(136,172,240); }
H1.HeaderClassName
{
color: #88ACF0;
}
.AnyTagClassName
{
color: #88ACF0;
}
</style>
background-color css
<style>
a { background-color: #88ACF0; }
a { background-color: rgb(136,172,240); }
div.DivClassName
{
background-color: #88ACF0;
}
.BgClassName
{
background-color: #88ACF0;
}
</style>
border-color css
<style>
span { border-color: #88ACF0; }
span { border-color: rgb(136,172,240); }
td.TdClassName
{
border-color: #88ACF0;
}
.TagClassName
{
border-color: #88ACF0;
}
</style>