Shades of Jordy Blue #92AEE5
Tints of Jordy Blue #92AEE5
RGB
CMYK
RGB Variations
Color information
#92AEE5 (or 0x92AEE5) is known color: Jordy Blue. HEX triplet: 92, AE and E5. RGB value is (146,174,229). Sum of RGB (Red+Green+Blue) = 146+174+229=549 (72% of max value = 765). Red value is 146 (57.42% from 255 or 26.59% from 549); Green value is 174 (68.36% from 255 or 31.69% 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 #92AEE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AEE5 is #6D511A. Grayscale: #ABABAB. Windows color (decimal): -7164187 or 15052434. OLE color: 15052434.
HSL color Cylindrical-coordinate representation of color #92AEE5: hue angle of 219.76º 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 #92AEE5 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 146 | 174 | 229 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.10 |
| HSL | 219.76º | 0.61% | 0.74% | - |
| HSV(B) | 219.76º | 0.36% | 0.9% | - |
| XYZ | 41.13 | 42.04 | 80.08 | - |
| YUV | 171.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 174 | 229 | 0.36 | 0.24 | 0 | 0.10 | 219.76 | 0.61 | 0.74 |
| Hex | 92 | AE | E5 | 24 | 18 | 0 | A | DC | 3D | 4A |
| Octal | 222 | 256 | 345 | 44 | 30 | 0 | 12 | 334 | 75 | 112 |
| Binary | 10010010 | 10101110 | 11100101 | 100100 | 11000 | 0 | 1010 | 11011100 | 111101 | 1001010 |
Color Harmonies of #92AEE5
Complementary color
Monochromatic Colors of #92AEE5
Black with #92AEE5
Text Example
Text Example
White with #92AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AEE5; }
p { color: rgb(146,174,229); }
H1.HeaderClassName
{
color: #92AEE5;
}
.AnyTagClassName
{
color: #92AEE5;
}
</style>
background-color css
<style>
a { background-color: #92AEE5; }
a { background-color: rgb(146,174,229); }
div.DivClassName
{
background-color: #92AEE5;
}
.BgClassName
{
background-color: #92AEE5;
}
</style>
border-color css
<style>
span { border-color: #92AEE5; }
span { border-color: rgb(146,174,229); }
td.TdClassName
{
border-color: #92AEE5;
}
.TagClassName
{
border-color: #92AEE5;
}
</style>