Shades of Jordy Blue #88B2DF
Tints of Jordy Blue #88B2DF
RGB
CMYK
RGB Variations
Color information
#88B2DF (or 0x88B2DF) is known color: Jordy Blue. HEX triplet: 88, B2 and DF. RGB value is (136,178,223). Sum of RGB (Red+Green+Blue) = 136+178+223=537 (71% of max value = 765). Red value is 136 (53.52% from 255 or 25.33% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #88B2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B2DF is #774D20. Grayscale: #AAAAAA. Windows color (decimal): -7818529 or 14660232. OLE color: 14660232.
HSL color Cylindrical-coordinate representation of color #88B2DF: hue angle of 211.03º 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 #88B2DF is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 178 | 223 | - |
| CMYK | 0.39 | 0.20 | 0 | 0.13 |
| HSL | 211.03º | 0.58% | 0.7% | - |
| HSV(B) | 211.03º | 0.39% | 0.87% | - |
| XYZ | 39.39 | 42.4 | 75.92 | - |
| YUV | 170.57 | 157.59 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 223 | 0.39 | 0.20 | 0 | 0.13 | 211.03 | 0.58 | 0.7 |
| Hex | 88 | B2 | DF | 27 | 14 | 0 | D | D3 | 3A | 46 |
| Octal | 210 | 262 | 337 | 47 | 24 | 0 | 15 | 323 | 72 | 106 |
| Binary | 10001000 | 10110010 | 11011111 | 100111 | 10100 | 0 | 1101 | 11010011 | 111010 | 1000110 |
Color Harmonies of #88B2DF
Complementary color
Monochromatic Colors of #88B2DF
Black with #88B2DF
Text Example
Text Example
White with #88B2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2DF; }
p { color: rgb(136,178,223); }
H1.HeaderClassName
{
color: #88B2DF;
}
.AnyTagClassName
{
color: #88B2DF;
}
</style>
background-color css
<style>
a { background-color: #88B2DF; }
a { background-color: rgb(136,178,223); }
div.DivClassName
{
background-color: #88B2DF;
}
.BgClassName
{
background-color: #88B2DF;
}
</style>
border-color css
<style>
span { border-color: #88B2DF; }
span { border-color: rgb(136,178,223); }
td.TdClassName
{
border-color: #88B2DF;
}
.TagClassName
{
border-color: #88B2DF;
}
</style>