Shades of Jordy Blue #92ADE5
Tints of Jordy Blue #92ADE5
RGB
CMYK
RGB Variations
Color information
#92ADE5 (or 0x92ADE5) is known color: Jordy Blue. HEX triplet: 92, AD and E5. RGB value is (146,173,229). Sum of RGB (Red+Green+Blue) = 146+173+229=548 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.64% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #92ADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92ADE5 is #6D521A. Grayscale: #ABABAB. Windows color (decimal): -7164443 or 15052178. OLE color: 15052178.
HSL color Cylindrical-coordinate representation of color #92ADE5: hue angle of 220.48º 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 #92ADE5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 173 | 229 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.10 |
| HSL | 220.48º | 0.61% | 0.74% | - |
| HSV(B) | 220.48º | 0.36% | 0.9% | - |
| XYZ | 40.94 | 41.66 | 80.01 | - |
| YUV | 171.31 | 160.55 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 229 | 0.36 | 0.24 | 0 | 0.10 | 220.48 | 0.61 | 0.74 |
| Hex | 92 | AD | E5 | 24 | 18 | 0 | A | DC | 3D | 4A |
| Octal | 222 | 255 | 345 | 44 | 30 | 0 | 12 | 334 | 75 | 112 |
| Binary | 10010010 | 10101101 | 11100101 | 100100 | 11000 | 0 | 1010 | 11011100 | 111101 | 1001010 |
Color Harmonies of #92ADE5
Complementary color
Monochromatic Colors of #92ADE5
Black with #92ADE5
Text Example
Text Example
White with #92ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADE5; }
p { color: rgb(146,173,229); }
H1.HeaderClassName
{
color: #92ADE5;
}
.AnyTagClassName
{
color: #92ADE5;
}
</style>
background-color css
<style>
a { background-color: #92ADE5; }
a { background-color: rgb(146,173,229); }
div.DivClassName
{
background-color: #92ADE5;
}
.BgClassName
{
background-color: #92ADE5;
}
</style>
border-color css
<style>
span { border-color: #92ADE5; }
span { border-color: rgb(146,173,229); }
td.TdClassName
{
border-color: #92ADE5;
}
.TagClassName
{
border-color: #92ADE5;
}
</style>