Shades of Jordy Blue #76B0DC
Tints of Jordy Blue #76B0DC
RGB
CMYK
RGB Variations
Color information
#76B0DC (or 0x76B0DC) is known color: Jordy Blue. HEX triplet: 76, B0 and DC. RGB value is (118,176,220). Sum of RGB (Red+Green+Blue) = 118+176+220=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #76B0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DC is #894F23. Grayscale: #A3A3A3. Windows color (decimal): -8998692 or 14463094. OLE color: 14463094.
HSL color Cylindrical-coordinate representation of color #76B0DC: hue angle of 205.88º 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 #76B0DC is Cyan = 0.46, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 176 | 220 | - |
| CMYK | 0.46 | 0.2 | 0 | 0.14 |
| HSL | 205.88º | 0.59% | 0.66% | - |
| HSV(B) | 205.88º | 0.46% | 0.86% | - |
| XYZ | 35.91 | 40.07 | 73.55 | - |
| YUV | 163.67 | 159.78 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 220 | 0.46 | 0.2 | 0 | 0.14 | 205.88 | 0.59 | 0.66 |
| Hex | 76 | B0 | DC | 2E | 14 | 0 | E | CE | 3B | 42 |
| Octal | 166 | 260 | 334 | 56 | 24 | 0 | 16 | 316 | 73 | 102 |
| Binary | 1110110 | 10110000 | 11011100 | 101110 | 10100 | 0 | 1110 | 11001110 | 111011 | 1000010 |
Color Harmonies of #76B0DC
Complementary color
Monochromatic Colors of #76B0DC
Black with #76B0DC
Text Example
Text Example
White with #76B0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0DC; }
p { color: rgb(118,176,220); }
H1.HeaderClassName
{
color: #76B0DC;
}
.AnyTagClassName
{
color: #76B0DC;
}
</style>
background-color css
<style>
a { background-color: #76B0DC; }
a { background-color: rgb(118,176,220); }
div.DivClassName
{
background-color: #76B0DC;
}
.BgClassName
{
background-color: #76B0DC;
}
</style>
border-color css
<style>
span { border-color: #76B0DC; }
span { border-color: rgb(118,176,220); }
td.TdClassName
{
border-color: #76B0DC;
}
.TagClassName
{
border-color: #76B0DC;
}
</style>