Shades of Jordy Blue #88ACF2
Tints of Jordy Blue #88ACF2
RGB
CMYK
RGB Variations
Color information
#88ACF2 (or 0x88ACF2) is known color: Jordy Blue. HEX triplet: 88, AC and F2. RGB value is (136,172,242). Sum of RGB (Red+Green+Blue) = 136+172+242=550 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.73% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #88ACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88ACF2 is #77530D. Grayscale: #A8A8A8. Windows color (decimal): -7820046 or 15903880. OLE color: 15903880.
HSL color Cylindrical-coordinate representation of color #88ACF2: hue angle of 219.62º degrees, saturation: 0.8, 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 #88ACF2 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 172 | 242 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.05 |
| HSL | 219.62º | 0.8% | 0.74% | - |
| HSV(B) | 219.62º | 0.44% | 0.95% | - |
| XYZ | 40.93 | 41.15 | 89.79 | - |
| YUV | 169.22 | 169.07 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 172 | 242 | 0.44 | 0.29 | 0 | 0.05 | 219.62 | 0.8 | 0.74 |
| Hex | 88 | AC | F2 | 2C | 1D | 0 | 5 | DC | 50 | 4A |
| Octal | 210 | 254 | 362 | 54 | 35 | 0 | 5 | 334 | 120 | 112 |
| Binary | 10001000 | 10101100 | 11110010 | 101100 | 11101 | 0 | 101 | 11011100 | 1010000 | 1001010 |
Color Harmonies of #88ACF2
Complementary color
Monochromatic Colors of #88ACF2
Black with #88ACF2
Text Example
Text Example
White with #88ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ACF2; }
p { color: rgb(136,172,242); }
H1.HeaderClassName
{
color: #88ACF2;
}
.AnyTagClassName
{
color: #88ACF2;
}
</style>
background-color css
<style>
a { background-color: #88ACF2; }
a { background-color: rgb(136,172,242); }
div.DivClassName
{
background-color: #88ACF2;
}
.BgClassName
{
background-color: #88ACF2;
}
</style>
border-color css
<style>
span { border-color: #88ACF2; }
span { border-color: rgb(136,172,242); }
td.TdClassName
{
border-color: #88ACF2;
}
.TagClassName
{
border-color: #88ACF2;
}
</style>