Shades of Jordy Blue #88B3DF
Tints of Jordy Blue #88B3DF
RGB
CMYK
RGB Variations
Color information
#88B3DF (or 0x88B3DF) is known color: Jordy Blue. HEX triplet: 88, B3 and DF. RGB value is (136,179,223). Sum of RGB (Red+Green+Blue) = 136+179+223=538 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.28% from 538); Green value is 179 (70.31% from 255 or 33.27% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #88B3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B3DF is #774C20. Grayscale: #AAAAAA. Windows color (decimal): -7818273 or 14660488. OLE color: 14660488.
HSL color Cylindrical-coordinate representation of color #88B3DF: hue angle of 210.34º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88B3DF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 179 | 223 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.13 |
| HSL | 210.34º | 0.58% | 0.7% | - |
| HSV(B) | 210.34º | 0.39% | 0.87% | - |
| XYZ | 39.59 | 42.8 | 75.99 | - |
| YUV | 171.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 179 | 223 | 0.39 | 0.20 | 0 | 0.13 | 210.34 | 0.58 | 0.7 |
| Hex | 88 | B3 | DF | 27 | 14 | 0 | D | D2 | 3A | 46 |
| Octal | 210 | 263 | 337 | 47 | 24 | 0 | 15 | 322 | 72 | 106 |
| Binary | 10001000 | 10110011 | 11011111 | 100111 | 10100 | 0 | 1101 | 11010010 | 111010 | 1000110 |
Color Harmonies of #88B3DF
Complementary color
Monochromatic Colors of #88B3DF
Black with #88B3DF
Text Example
Text Example
White with #88B3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B3DF; }
p { color: rgb(136,179,223); }
H1.HeaderClassName
{
color: #88B3DF;
}
.AnyTagClassName
{
color: #88B3DF;
}
</style>
background-color css
<style>
a { background-color: #88B3DF; }
a { background-color: rgb(136,179,223); }
div.DivClassName
{
background-color: #88B3DF;
}
.BgClassName
{
background-color: #88B3DF;
}
</style>
border-color css
<style>
span { border-color: #88B3DF; }
span { border-color: rgb(136,179,223); }
td.TdClassName
{
border-color: #88B3DF;
}
.TagClassName
{
border-color: #88B3DF;
}
</style>