Shades of Jordy Blue #76B1EA
Tints of Jordy Blue #76B1EA
RGB
CMYK
RGB Variations
Color information
#76B1EA (or 0x76B1EA) is known color: Jordy Blue. HEX triplet: 76, B1 and EA. RGB value is (118,177,234). Sum of RGB (Red+Green+Blue) = 118+177+234=529 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.31% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #76B1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B1EA is #894E15. Grayscale: #A5A5A5. Windows color (decimal): -8998422 or 15380854. OLE color: 15380854.
HSL color Cylindrical-coordinate representation of color #76B1EA: hue angle of 209.48º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76B1EA is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 177 | 234 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.08 |
| HSL | 209.48º | 0.73% | 0.69% | - |
| HSV(B) | 209.48º | 0.5% | 0.92% | - |
| XYZ | 38.04 | 41.24 | 83.8 | - |
| YUV | 165.86 | 166.45 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 234 | 0.50 | 0.24 | 0 | 0.08 | 209.48 | 0.73 | 0.69 |
| Hex | 76 | B1 | EA | 32 | 18 | 0 | 8 | D1 | 49 | 45 |
| Octal | 166 | 261 | 352 | 62 | 30 | 0 | 10 | 321 | 111 | 105 |
| Binary | 1110110 | 10110001 | 11101010 | 110010 | 11000 | 0 | 1000 | 11010001 | 1001001 | 1000101 |
Color Harmonies of #76B1EA
Complementary color
Monochromatic Colors of #76B1EA
Black with #76B1EA
Text Example
Text Example
White with #76B1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B1EA; }
p { color: rgb(118,177,234); }
H1.HeaderClassName
{
color: #76B1EA;
}
.AnyTagClassName
{
color: #76B1EA;
}
</style>
background-color css
<style>
a { background-color: #76B1EA; }
a { background-color: rgb(118,177,234); }
div.DivClassName
{
background-color: #76B1EA;
}
.BgClassName
{
background-color: #76B1EA;
}
</style>
border-color css
<style>
span { border-color: #76B1EA; }
span { border-color: rgb(118,177,234); }
td.TdClassName
{
border-color: #76B1EA;
}
.TagClassName
{
border-color: #76B1EA;
}
</style>