Shades of Jordy Blue #92ADE9
Tints of Jordy Blue #92ADE9
RGB
CMYK
RGB Variations
Color information
#92ADE9 (or 0x92ADE9) is known color: Jordy Blue. HEX triplet: 92, AD and E9. RGB value is (146,173,233). Sum of RGB (Red+Green+Blue) = 146+173+233=552 (73% of max value = 765). Red value is 146 (57.42% from 255 or 26.45% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 233 (91.41% from 255 or 42.21% from 552); Max value from RGB is 233 - color contains mainly: blue. Hex color #92ADE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #92ADE9 is #6D5216. Grayscale: #ABABAB. Windows color (decimal): -7164439 or 15314322. OLE color: 15314322.
HSL color Cylindrical-coordinate representation of color #92ADE9: hue angle of 221.38º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #92ADE9 is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 173 | 233 | - |
| CMYK | 0.37 | 0.26 | 0 | 0.09 |
| HSL | 221.38º | 0.66% | 0.74% | - |
| HSV(B) | 221.38º | 0.37% | 0.91% | - |
| XYZ | 41.51 | 41.88 | 82.99 | - |
| YUV | 171.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 173 | 233 | 0.37 | 0.26 | 0 | 0.09 | 221.38 | 0.66 | 0.74 |
| Hex | 92 | AD | E9 | 25 | 1A | 0 | 9 | DD | 42 | 4A |
| Octal | 222 | 255 | 351 | 45 | 32 | 0 | 11 | 335 | 102 | 112 |
| Binary | 10010010 | 10101101 | 11101001 | 100101 | 11010 | 0 | 1001 | 11011101 | 1000010 | 1001010 |
Color Harmonies of #92ADE9
Complementary color
Monochromatic Colors of #92ADE9
Black with #92ADE9
Text Example
Text Example
White with #92ADE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92ADE9; }
p { color: rgb(146,173,233); }
H1.HeaderClassName
{
color: #92ADE9;
}
.AnyTagClassName
{
color: #92ADE9;
}
</style>
background-color css
<style>
a { background-color: #92ADE9; }
a { background-color: rgb(146,173,233); }
div.DivClassName
{
background-color: #92ADE9;
}
.BgClassName
{
background-color: #92ADE9;
}
</style>
border-color css
<style>
span { border-color: #92ADE9; }
span { border-color: rgb(146,173,233); }
td.TdClassName
{
border-color: #92ADE9;
}
.TagClassName
{
border-color: #92ADE9;
}
</style>