Shades of Jordy Blue #91ADE6
Tints of Jordy Blue #91ADE6
RGB
CMYK
RGB Variations
Color information
#91ADE6 (or 0x91ADE6) is known color: Jordy Blue. HEX triplet: 91, AD and E6. RGB value is (145,173,230). Sum of RGB (Red+Green+Blue) = 145+173+230=548 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.46% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 230 (90.23% from 255 or 41.97% from 548); Max value from RGB is 230 - color contains mainly: blue. Hex color #91ADE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #91ADE6 is #6E5219. Grayscale: #AAAAAA. Windows color (decimal): -7229978 or 15117713. OLE color: 15117713.
HSL color Cylindrical-coordinate representation of color #91ADE6: hue angle of 220.24º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91ADE6 is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 145 | 173 | 230 | - |
| CMYK | 0.37 | 0.25 | 0 | 0.10 |
| HSL | 220.24º | 0.63% | 0.74% | - |
| HSV(B) | 220.24º | 0.37% | 0.9% | - |
| XYZ | 40.9 | 41.62 | 80.74 | - |
| YUV | 171.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 230 | 0.37 | 0.25 | 0 | 0.10 | 220.24 | 0.63 | 0.74 |
| Hex | 91 | AD | E6 | 25 | 19 | 0 | A | DC | 3F | 4A |
| Octal | 221 | 255 | 346 | 45 | 31 | 0 | 12 | 334 | 77 | 112 |
| Binary | 10010001 | 10101101 | 11100110 | 100101 | 11001 | 0 | 1010 | 11011100 | 111111 | 1001010 |
Color Harmonies of #91ADE6
Complementary color
Monochromatic Colors of #91ADE6
Black with #91ADE6
Text Example
Text Example
White with #91ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADE6; }
p { color: rgb(145,173,230); }
H1.HeaderClassName
{
color: #91ADE6;
}
.AnyTagClassName
{
color: #91ADE6;
}
</style>
background-color css
<style>
a { background-color: #91ADE6; }
a { background-color: rgb(145,173,230); }
div.DivClassName
{
background-color: #91ADE6;
}
.BgClassName
{
background-color: #91ADE6;
}
</style>
border-color css
<style>
span { border-color: #91ADE6; }
span { border-color: rgb(145,173,230); }
td.TdClassName
{
border-color: #91ADE6;
}
.TagClassName
{
border-color: #91ADE6;
}
</style>