Shades of Jordy Blue #91ACE4
Tints of Jordy Blue #91ACE4
RGB
CMYK
RGB Variations
Color information
#91ACE4 (or 0x91ACE4) is known color: Jordy Blue. HEX triplet: 91, AC and E4. RGB value is (145,172,228). Sum of RGB (Red+Green+Blue) = 145+172+228=545 (72% of max value = 765). Red value is 145 (57.03% from 255 or 26.61% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #91ACE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACE4 is #6E531B. Grayscale: #AAAAAA. Windows color (decimal): -7230236 or 14986385. OLE color: 14986385.
HSL color Cylindrical-coordinate representation of color #91ACE4: hue angle of 220.48º degrees, saturation: 0.61, 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 #91ACE4 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 145 | 172 | 228 | - |
| CMYK | 0.36 | 0.25 | 0 | 0.11 |
| HSL | 220.48º | 0.61% | 0.73% | - |
| HSV(B) | 220.48º | 0.36% | 0.89% | - |
| XYZ | 40.43 | 41.13 | 79.21 | - |
| YUV | 170.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 228 | 0.36 | 0.25 | 0 | 0.11 | 220.48 | 0.61 | 0.73 |
| Hex | 91 | AC | E4 | 24 | 19 | 0 | B | DC | 3D | 49 |
| Octal | 221 | 254 | 344 | 44 | 31 | 0 | 13 | 334 | 75 | 111 |
| Binary | 10010001 | 10101100 | 11100100 | 100100 | 11001 | 0 | 1011 | 11011100 | 111101 | 1001001 |
Color Harmonies of #91ACE4
Complementary color
Monochromatic Colors of #91ACE4
Black with #91ACE4
Text Example
Text Example
White with #91ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACE4; }
p { color: rgb(145,172,228); }
H1.HeaderClassName
{
color: #91ACE4;
}
.AnyTagClassName
{
color: #91ACE4;
}
</style>
background-color css
<style>
a { background-color: #91ACE4; }
a { background-color: rgb(145,172,228); }
div.DivClassName
{
background-color: #91ACE4;
}
.BgClassName
{
background-color: #91ACE4;
}
</style>
border-color css
<style>
span { border-color: #91ACE4; }
span { border-color: rgb(145,172,228); }
td.TdClassName
{
border-color: #91ACE4;
}
.TagClassName
{
border-color: #91ACE4;
}
</style>