Shades of Jordy Blue #88B2F1
Tints of Jordy Blue #88B2F1
RGB
CMYK
RGB Variations
Color information
#88B2F1 (or 0x88B2F1) is known color: Jordy Blue. HEX triplet: 88, B2 and F1. RGB value is (136,178,241). Sum of RGB (Red+Green+Blue) = 136+178+241=555 (73% of max value = 765). Red value is 136 (53.52% from 255 or 24.50% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #88B2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #88B2F1 is #774D0E. Grayscale: #ACACAC. Windows color (decimal): -7818511 or 15839880. OLE color: 15839880.
HSL color Cylindrical-coordinate representation of color #88B2F1: hue angle of 216º degrees, saturation: 0.79, 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 #88B2F1 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 178 | 241 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.05 |
| HSL | 216º | 0.79% | 0.74% | - |
| HSV(B) | 216º | 0.44% | 0.95% | - |
| XYZ | 41.95 | 43.43 | 89.39 | - |
| YUV | 172.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 178 | 241 | 0.44 | 0.26 | 0 | 0.05 | 216 | 0.79 | 0.74 |
| Hex | 88 | B2 | F1 | 2C | 1A | 0 | 5 | D8 | 4F | 4A |
| Octal | 210 | 262 | 361 | 54 | 32 | 0 | 5 | 330 | 117 | 112 |
| Binary | 10001000 | 10110010 | 11110001 | 101100 | 11010 | 0 | 101 | 11011000 | 1001111 | 1001010 |
Color Harmonies of #88B2F1
Complementary color
Monochromatic Colors of #88B2F1
Black with #88B2F1
Text Example
Text Example
White with #88B2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B2F1; }
p { color: rgb(136,178,241); }
H1.HeaderClassName
{
color: #88B2F1;
}
.AnyTagClassName
{
color: #88B2F1;
}
</style>
background-color css
<style>
a { background-color: #88B2F1; }
a { background-color: rgb(136,178,241); }
div.DivClassName
{
background-color: #88B2F1;
}
.BgClassName
{
background-color: #88B2F1;
}
</style>
border-color css
<style>
span { border-color: #88B2F1; }
span { border-color: rgb(136,178,241); }
td.TdClassName
{
border-color: #88B2F1;
}
.TagClassName
{
border-color: #88B2F1;
}
</style>