Shades of Jordy Blue #91ADE9
Tints of Jordy Blue #91ADE9
RGB
CMYK
RGB Variations
Color information
#91ADE9 (or 0x91ADE9) is known color: Jordy Blue. HEX triplet: 91, AD and E9. RGB value is (145,173,233). Sum of RGB (Red+Green+Blue) = 145+173+233=551 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.32% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 233 (91.41% from 255 or 42.29% from 551); Max value from RGB is 233 - color contains mainly: blue. Hex color #91ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ADE9 is #6E5216. Grayscale: #ABABAB. Windows color (decimal): -7229975 or 15314321. OLE color: 15314321.
HSL color Cylindrical-coordinate representation of color #91ADE9: hue angle of 220.91º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91ADE9 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 173 | 233 | - |
| CMYK | 0.38 | 0.26 | 0 | 0.09 |
| HSL | 220.91º | 0.67% | 0.74% | - |
| HSV(B) | 220.91º | 0.38% | 0.91% | - |
| XYZ | 41.33 | 41.79 | 82.98 | - |
| YUV | 171.47 | 162.72 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 233 | 0.38 | 0.26 | 0 | 0.09 | 220.91 | 0.67 | 0.74 |
| Hex | 91 | AD | E9 | 26 | 1A | 0 | 9 | DD | 43 | 4A |
| Octal | 221 | 255 | 351 | 46 | 32 | 0 | 11 | 335 | 103 | 112 |
| Binary | 10010001 | 10101101 | 11101001 | 100110 | 11010 | 0 | 1001 | 11011101 | 1000011 | 1001010 |
Color Harmonies of #91ADE9
Complementary color
Monochromatic Colors of #91ADE9
Black with #91ADE9
Text Example
Text Example
White with #91ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADE9; }
p { color: rgb(145,173,233); }
H1.HeaderClassName
{
color: #91ADE9;
}
.AnyTagClassName
{
color: #91ADE9;
}
</style>
background-color css
<style>
a { background-color: #91ADE9; }
a { background-color: rgb(145,173,233); }
div.DivClassName
{
background-color: #91ADE9;
}
.BgClassName
{
background-color: #91ADE9;
}
</style>
border-color css
<style>
span { border-color: #91ADE9; }
span { border-color: rgb(145,173,233); }
td.TdClassName
{
border-color: #91ADE9;
}
.TagClassName
{
border-color: #91ADE9;
}
</style>