Shades of Jordy Blue #88AEF8
Tints of Jordy Blue #88AEF8
RGB
CMYK
RGB Variations
Color information
#88AEF8 (or 0x88AEF8) is known color: Jordy Blue. HEX triplet: 88, AE and F8. RGB value is (136,174,248). Sum of RGB (Red+Green+Blue) = 136+174+248=558 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.37% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 248 (97.27% from 255 or 44.44% from 558); Max value from RGB is 248 - color contains mainly: blue. Hex color #88AEF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88AEF8 is #775107. Grayscale: #AAAAAA. Windows color (decimal): -7819528 or 16297608. OLE color: 16297608.
HSL color Cylindrical-coordinate representation of color #88AEF8: hue angle of 219.64º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #88AEF8 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 174 | 248 | - |
| CMYK | 0.45 | 0.30 | 0 | 0.03 |
| HSL | 219.64º | 0.89% | 0.75% | - |
| HSV(B) | 219.64º | 0.45% | 0.97% | - |
| XYZ | 42.23 | 42.28 | 94.74 | - |
| YUV | 171.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 248 | 0.45 | 0.30 | 0 | 0.03 | 219.64 | 0.89 | 0.75 |
| Hex | 88 | AE | F8 | 2D | 1E | 0 | 3 | DC | 59 | 4B |
| Octal | 210 | 256 | 370 | 55 | 36 | 0 | 3 | 334 | 131 | 113 |
| Binary | 10001000 | 10101110 | 11111000 | 101101 | 11110 | 0 | 11 | 11011100 | 1011001 | 1001011 |
Color Harmonies of #88AEF8
Complementary color
Monochromatic Colors of #88AEF8
Black with #88AEF8
Text Example
Text Example
White with #88AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AEF8; }
p { color: rgb(136,174,248); }
H1.HeaderClassName
{
color: #88AEF8;
}
.AnyTagClassName
{
color: #88AEF8;
}
</style>
background-color css
<style>
a { background-color: #88AEF8; }
a { background-color: rgb(136,174,248); }
div.DivClassName
{
background-color: #88AEF8;
}
.BgClassName
{
background-color: #88AEF8;
}
</style>
border-color css
<style>
span { border-color: #88AEF8; }
span { border-color: rgb(136,174,248); }
td.TdClassName
{
border-color: #88AEF8;
}
.TagClassName
{
border-color: #88AEF8;
}
</style>