Shades of Jordy Blue #93ADE5
Tints of Jordy Blue #93ADE5
RGB
CMYK
RGB Variations
Color information
#93ADE5 (or 0x93ADE5) is known color: Jordy Blue. HEX triplet: 93, AD and E5. RGB value is (147,173,229). Sum of RGB (Red+Green+Blue) = 147+173+229=549 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.78% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #93ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #93ADE5 is #6C521A. Grayscale: #ABABAB. Windows color (decimal): -7098907 or 15052179. OLE color: 15052179.
HSL color Cylindrical-coordinate representation of color #93ADE5: hue angle of 220.98º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #93ADE5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 147 | 173 | 229 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.10 |
| HSL | 220.98º | 0.61% | 0.74% | - |
| HSV(B) | 220.98º | 0.36% | 0.9% | - |
| XYZ | 41.12 | 41.75 | 80.02 | - |
| YUV | 171.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 173 | 229 | 0.36 | 0.24 | 0 | 0.10 | 220.98 | 0.61 | 0.74 |
| Hex | 93 | AD | E5 | 24 | 18 | 0 | A | DD | 3D | 4A |
| Octal | 223 | 255 | 345 | 44 | 30 | 0 | 12 | 335 | 75 | 112 |
| Binary | 10010011 | 10101101 | 11100101 | 100100 | 11000 | 0 | 1010 | 11011101 | 111101 | 1001010 |
Color Harmonies of #93ADE5
Complementary color
Monochromatic Colors of #93ADE5
Black with #93ADE5
Text Example
Text Example
White with #93ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ADE5; }
p { color: rgb(147,173,229); }
H1.HeaderClassName
{
color: #93ADE5;
}
.AnyTagClassName
{
color: #93ADE5;
}
</style>
background-color css
<style>
a { background-color: #93ADE5; }
a { background-color: rgb(147,173,229); }
div.DivClassName
{
background-color: #93ADE5;
}
.BgClassName
{
background-color: #93ADE5;
}
</style>
border-color css
<style>
span { border-color: #93ADE5; }
span { border-color: rgb(147,173,229); }
td.TdClassName
{
border-color: #93ADE5;
}
.TagClassName
{
border-color: #93ADE5;
}
</style>