Shades of Jordy Blue #76ADDC
Tints of Jordy Blue #76ADDC
RGB
CMYK
RGB Variations
Color information
#76ADDC (or 0x76ADDC) is known color: Jordy Blue. HEX triplet: 76, AD and DC. RGB value is (118,173,220). Sum of RGB (Red+Green+Blue) = 118+173+220=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #76ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76ADDC is #895223. Grayscale: #A1A1A1. Windows color (decimal): -8999460 or 14462326. OLE color: 14462326.
HSL color Cylindrical-coordinate representation of color #76ADDC: hue angle of 207.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76ADDC is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 173 | 220 | - |
| CMYK | 0.46 | 0.21 | 0 | 0.14 |
| HSL | 207.65º | 0.59% | 0.66% | - |
| HSV(B) | 207.65º | 0.46% | 0.86% | - |
| XYZ | 35.33 | 38.91 | 73.36 | - |
| YUV | 161.91 | 160.78 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 173 | 220 | 0.46 | 0.21 | 0 | 0.14 | 207.65 | 0.59 | 0.66 |
| Hex | 76 | AD | DC | 2E | 15 | 0 | E | D0 | 3B | 42 |
| Octal | 166 | 255 | 334 | 56 | 25 | 0 | 16 | 320 | 73 | 102 |
| Binary | 1110110 | 10101101 | 11011100 | 101110 | 10101 | 0 | 1110 | 11010000 | 111011 | 1000010 |
Color Harmonies of #76ADDC
Complementary color
Monochromatic Colors of #76ADDC
Black with #76ADDC
Text Example
Text Example
White with #76ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ADDC; }
p { color: rgb(118,173,220); }
H1.HeaderClassName
{
color: #76ADDC;
}
.AnyTagClassName
{
color: #76ADDC;
}
</style>
background-color css
<style>
a { background-color: #76ADDC; }
a { background-color: rgb(118,173,220); }
div.DivClassName
{
background-color: #76ADDC;
}
.BgClassName
{
background-color: #76ADDC;
}
</style>
border-color css
<style>
span { border-color: #76ADDC; }
span { border-color: rgb(118,173,220); }
td.TdClassName
{
border-color: #76ADDC;
}
.TagClassName
{
border-color: #76ADDC;
}
</style>