Shades of Jordy Blue #92B6E9
Tints of Jordy Blue #92B6E9
RGB
CMYK
RGB Variations
Color information
#92B6E9 (or 0x92B6E9) is known color: Jordy Blue. HEX triplet: 92, B6 and E9. RGB value is (146,182,233). Sum of RGB (Red+Green+Blue) = 146+182+233=561 (74% of max value = 765). Red value is 146 (57.42% from 255 or 26.02% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 233 (91.41% from 255 or 41.53% from 561); Max value from RGB is 233 - color contains mainly: blue. Hex color #92B6E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92B6E9 is #6D4916. Grayscale: #B0B0B0. Windows color (decimal): -7162135 or 15316626. OLE color: 15316626.
HSL color Cylindrical-coordinate representation of color #92B6E9: hue angle of 215.17º 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 #92B6E9 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 146 | 182 | 233 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.09 |
| HSL | 215.17º | 0.66% | 0.74% | - |
| HSV(B) | 215.17º | 0.37% | 0.91% | - |
| XYZ | 43.29 | 45.45 | 83.58 | - |
| YUV | 177.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 182 | 233 | 0.37 | 0.22 | 0 | 0.09 | 215.17 | 0.66 | 0.74 |
| Hex | 92 | B6 | E9 | 25 | 16 | 0 | 9 | D7 | 42 | 4A |
| Octal | 222 | 266 | 351 | 45 | 26 | 0 | 11 | 327 | 102 | 112 |
| Binary | 10010010 | 10110110 | 11101001 | 100101 | 10110 | 0 | 1001 | 11010111 | 1000010 | 1001010 |
Color Harmonies of #92B6E9
Complementary color
Monochromatic Colors of #92B6E9
Black with #92B6E9
Text Example
Text Example
White with #92B6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92B6E9; }
p { color: rgb(146,182,233); }
H1.HeaderClassName
{
color: #92B6E9;
}
.AnyTagClassName
{
color: #92B6E9;
}
</style>
background-color css
<style>
a { background-color: #92B6E9; }
a { background-color: rgb(146,182,233); }
div.DivClassName
{
background-color: #92B6E9;
}
.BgClassName
{
background-color: #92B6E9;
}
</style>
border-color css
<style>
span { border-color: #92B6E9; }
span { border-color: rgb(146,182,233); }
td.TdClassName
{
border-color: #92B6E9;
}
.TagClassName
{
border-color: #92B6E9;
}
</style>