Shades of Jordy Blue #88A7F3
Tints of Jordy Blue #88A7F3
RGB
CMYK
RGB Variations
Color information
#88A7F3 (or 0x88A7F3) is known color: Jordy Blue. HEX triplet: 88, A7 and F3. RGB value is (136,167,243). Sum of RGB (Red+Green+Blue) = 136+167+243=546 (72% of max value = 765). Red value is 136 (53.52% from 255 or 24.91% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 243 (95.31% from 255 or 44.51% from 546); Max value from RGB is 243 - color contains mainly: blue. Hex color #88A7F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88A7F3 is #77580C. Grayscale: #A6A6A6. Windows color (decimal): -7821325 or 15968136. OLE color: 15968136.
HSL color Cylindrical-coordinate representation of color #88A7F3: hue angle of 222.62º degrees, saturation: 0.82, 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 #88A7F3 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 167 | 243 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.05 |
| HSL | 222.62º | 0.82% | 0.74% | - |
| HSV(B) | 222.62º | 0.44% | 0.95% | - |
| XYZ | 40.15 | 39.34 | 90.27 | - |
| YUV | 166.4 | 171.23 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 243 | 0.44 | 0.31 | 0 | 0.05 | 222.62 | 0.82 | 0.74 |
| Hex | 88 | A7 | F3 | 2C | 1F | 0 | 5 | DF | 52 | 4A |
| Octal | 210 | 247 | 363 | 54 | 37 | 0 | 5 | 337 | 122 | 112 |
| Binary | 10001000 | 10100111 | 11110011 | 101100 | 11111 | 0 | 101 | 11011111 | 1010010 | 1001010 |
Color Harmonies of #88A7F3
Complementary color
Monochromatic Colors of #88A7F3
Black with #88A7F3
Text Example
Text Example
White with #88A7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A7F3; }
p { color: rgb(136,167,243); }
H1.HeaderClassName
{
color: #88A7F3;
}
.AnyTagClassName
{
color: #88A7F3;
}
</style>
background-color css
<style>
a { background-color: #88A7F3; }
a { background-color: rgb(136,167,243); }
div.DivClassName
{
background-color: #88A7F3;
}
.BgClassName
{
background-color: #88A7F3;
}
</style>
border-color css
<style>
span { border-color: #88A7F3; }
span { border-color: rgb(136,167,243); }
td.TdClassName
{
border-color: #88A7F3;
}
.TagClassName
{
border-color: #88A7F3;
}
</style>