Shades of Jordy Blue #76B7E6
Tints of Jordy Blue #76B7E6
RGB
CMYK
RGB Variations
Color information
#76B7E6 (or 0x76B7E6) is known color: Jordy Blue. HEX triplet: 76, B7 and E6. RGB value is (118,183,230). Sum of RGB (Red+Green+Blue) = 118+183+230=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 230 (90.23% from 255 or 43.31% from 531); Max value from RGB is 230 - color contains mainly: blue. Hex color #76B7E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B7E6 is #894819. Grayscale: #A8A8A8. Windows color (decimal): -8996890 or 15120246. OLE color: 15120246.
HSL color Cylindrical-coordinate representation of color #76B7E6: hue angle of 205.18º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76B7E6 is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 118 | 183 | 230 | - |
| CMYK | 0.49 | 0.20 | 0 | 0.10 |
| HSL | 205.18º | 0.69% | 0.68% | - |
| HSV(B) | 205.18º | 0.49% | 0.9% | - |
| XYZ | 38.69 | 43.43 | 81.21 | - |
| YUV | 168.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 183 | 230 | 0.49 | 0.20 | 0 | 0.10 | 205.18 | 0.69 | 0.68 |
| Hex | 76 | B7 | E6 | 31 | 14 | 0 | A | CD | 45 | 44 |
| Octal | 166 | 267 | 346 | 61 | 24 | 0 | 12 | 315 | 105 | 104 |
| Binary | 1110110 | 10110111 | 11100110 | 110001 | 10100 | 0 | 1010 | 11001101 | 1000101 | 1000100 |
Color Harmonies of #76B7E6
Complementary color
Monochromatic Colors of #76B7E6
Black with #76B7E6
Text Example
Text Example
White with #76B7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B7E6; }
p { color: rgb(118,183,230); }
H1.HeaderClassName
{
color: #76B7E6;
}
.AnyTagClassName
{
color: #76B7E6;
}
</style>
background-color css
<style>
a { background-color: #76B7E6; }
a { background-color: rgb(118,183,230); }
div.DivClassName
{
background-color: #76B7E6;
}
.BgClassName
{
background-color: #76B7E6;
}
</style>
border-color css
<style>
span { border-color: #76B7E6; }
span { border-color: rgb(118,183,230); }
td.TdClassName
{
border-color: #76B7E6;
}
.TagClassName
{
border-color: #76B7E6;
}
</style>