Shades of Jordy Blue #91B2E2
Tints of Jordy Blue #91B2E2
RGB
CMYK
RGB Variations
Color information
#91B2E2 (or 0x91B2E2) is known color: Jordy Blue. HEX triplet: 91, B2 and E2. RGB value is (145,178,226). Sum of RGB (Red+Green+Blue) = 145+178+226=549 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.41% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #91B2E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2E2 is #6E4D1D. Grayscale: #ADADAD. Windows color (decimal): -7228702 or 14856849. OLE color: 14856849.
HSL color Cylindrical-coordinate representation of color #91B2E2: hue angle of 215.56º degrees, saturation: 0.58, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #91B2E2 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 178 | 226 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.11 |
| HSL | 215.56º | 0.58% | 0.73% | - |
| HSV(B) | 215.56º | 0.36% | 0.89% | - |
| XYZ | 41.32 | 43.35 | 78.14 | - |
| YUV | 173.61 | 157.57 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 226 | 0.36 | 0.21 | 0 | 0.11 | 215.56 | 0.58 | 0.73 |
| Hex | 91 | B2 | E2 | 24 | 15 | 0 | B | D8 | 3A | 49 |
| Octal | 221 | 262 | 342 | 44 | 25 | 0 | 13 | 330 | 72 | 111 |
| Binary | 10010001 | 10110010 | 11100010 | 100100 | 10101 | 0 | 1011 | 11011000 | 111010 | 1001001 |
Color Harmonies of #91B2E2
Complementary color
Monochromatic Colors of #91B2E2
Black with #91B2E2
Text Example
Text Example
White with #91B2E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2E2; }
p { color: rgb(145,178,226); }
H1.HeaderClassName
{
color: #91B2E2;
}
.AnyTagClassName
{
color: #91B2E2;
}
</style>
background-color css
<style>
a { background-color: #91B2E2; }
a { background-color: rgb(145,178,226); }
div.DivClassName
{
background-color: #91B2E2;
}
.BgClassName
{
background-color: #91B2E2;
}
</style>
border-color css
<style>
span { border-color: #91B2E2; }
span { border-color: rgb(145,178,226); }
td.TdClassName
{
border-color: #91B2E2;
}
.TagClassName
{
border-color: #91B2E2;
}
</style>