Shades of Jordy Blue #76A3CF
Tints of Jordy Blue #76A3CF
RGB
CMYK
RGB Variations
Color information
#76A3CF (or 0x76A3CF) is known color: Jordy Blue. HEX triplet: 76, A3 and CF. RGB value is (118,163,207). Sum of RGB (Red+Green+Blue) = 118+163+207=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #76A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3CF is #895C30. Grayscale: #9A9A9A. Windows color (decimal): -9002033 or 13607798. OLE color: 13607798.
HSL color Cylindrical-coordinate representation of color #76A3CF: hue angle of 209.66º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76A3CF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 163 | 207 | - |
| CMYK | 0.43 | 0.21 | 0 | 0.19 |
| HSL | 209.66º | 0.48% | 0.64% | - |
| HSV(B) | 209.66º | 0.43% | 0.81% | - |
| XYZ | 31.83 | 34.55 | 64.02 | - |
| YUV | 154.56 | 157.59 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 163 | 207 | 0.43 | 0.21 | 0 | 0.19 | 209.66 | 0.48 | 0.64 |
| Hex | 76 | A3 | CF | 2B | 15 | 0 | 13 | D2 | 30 | 40 |
| Octal | 166 | 243 | 317 | 53 | 25 | 0 | 23 | 322 | 60 | 100 |
| Binary | 1110110 | 10100011 | 11001111 | 101011 | 10101 | 0 | 10011 | 11010010 | 110000 | 1000000 |
Color Harmonies of #76A3CF
Complementary color
Monochromatic Colors of #76A3CF
Black with #76A3CF
Text Example
Text Example
White with #76A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A3CF; }
p { color: rgb(118,163,207); }
H1.HeaderClassName
{
color: #76A3CF;
}
.AnyTagClassName
{
color: #76A3CF;
}
</style>
background-color css
<style>
a { background-color: #76A3CF; }
a { background-color: rgb(118,163,207); }
div.DivClassName
{
background-color: #76A3CF;
}
.BgClassName
{
background-color: #76A3CF;
}
</style>
border-color css
<style>
span { border-color: #76A3CF; }
span { border-color: rgb(118,163,207); }
td.TdClassName
{
border-color: #76A3CF;
}
.TagClassName
{
border-color: #76A3CF;
}
</style>