Shades of Jordy Blue #76B1E2
Tints of Jordy Blue #76B1E2
RGB
CMYK
RGB Variations
Color information
#76B1E2 (or 0x76B1E2) is known color: Jordy Blue. HEX triplet: 76, B1 and E2. RGB value is (118,177,226). Sum of RGB (Red+Green+Blue) = 118+177+226=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #76B1E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1E2 is #894E1D. Grayscale: #A4A4A4. Windows color (decimal): -8998430 or 14856566. OLE color: 14856566.
HSL color Cylindrical-coordinate representation of color #76B1E2: hue angle of 207.22º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76B1E2 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 118 | 177 | 226 | - |
| CMYK | 0.48 | 0.22 | 0 | 0.11 |
| HSL | 207.22º | 0.65% | 0.67% | - |
| HSV(B) | 207.22º | 0.48% | 0.89% | - |
| XYZ | 36.92 | 40.79 | 77.88 | - |
| YUV | 164.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 226 | 0.48 | 0.22 | 0 | 0.11 | 207.22 | 0.65 | 0.67 |
| Hex | 76 | B1 | E2 | 30 | 16 | 0 | B | CF | 41 | 43 |
| Octal | 166 | 261 | 342 | 60 | 26 | 0 | 13 | 317 | 101 | 103 |
| Binary | 1110110 | 10110001 | 11100010 | 110000 | 10110 | 0 | 1011 | 11001111 | 1000001 | 1000011 |
Color Harmonies of #76B1E2
Complementary color
Monochromatic Colors of #76B1E2
Black with #76B1E2
Text Example
Text Example
White with #76B1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B1E2; }
p { color: rgb(118,177,226); }
H1.HeaderClassName
{
color: #76B1E2;
}
.AnyTagClassName
{
color: #76B1E2;
}
</style>
background-color css
<style>
a { background-color: #76B1E2; }
a { background-color: rgb(118,177,226); }
div.DivClassName
{
background-color: #76B1E2;
}
.BgClassName
{
background-color: #76B1E2;
}
</style>
border-color css
<style>
span { border-color: #76B1E2; }
span { border-color: rgb(118,177,226); }
td.TdClassName
{
border-color: #76B1E2;
}
.TagClassName
{
border-color: #76B1E2;
}
</style>