Shades of Jordy Blue #76A4DF
Tints of Jordy Blue #76A4DF
RGB
CMYK
RGB Variations
Color information
#76A4DF (or 0x76A4DF) is known color: Jordy Blue. HEX triplet: 76, A4 and DF. RGB value is (118,164,223). Sum of RGB (Red+Green+Blue) = 118+164+223=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #76A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A4DF is #895B20. Grayscale: #9C9C9C. Windows color (decimal): -9001761 or 14656630. OLE color: 14656630.
HSL color Cylindrical-coordinate representation of color #76A4DF: hue angle of 213.71º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76A4DF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 164 | 223 | - |
| CMYK | 0.47 | 0.26 | 0 | 0.13 |
| HSL | 213.71º | 0.62% | 0.67% | - |
| HSV(B) | 213.71º | 0.47% | 0.87% | - |
| XYZ | 34.07 | 35.73 | 74.91 | - |
| YUV | 156.97 | 165.26 | 100.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 223 | 0.47 | 0.26 | 0 | 0.13 | 213.71 | 0.62 | 0.67 |
| Hex | 76 | A4 | DF | 2F | 1A | 0 | D | D6 | 3E | 43 |
| Octal | 166 | 244 | 337 | 57 | 32 | 0 | 15 | 326 | 76 | 103 |
| Binary | 1110110 | 10100100 | 11011111 | 101111 | 11010 | 0 | 1101 | 11010110 | 111110 | 1000011 |
Color Harmonies of #76A4DF
Complementary color
Monochromatic Colors of #76A4DF
Black with #76A4DF
Text Example
Text Example
White with #76A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A4DF; }
p { color: rgb(118,164,223); }
H1.HeaderClassName
{
color: #76A4DF;
}
.AnyTagClassName
{
color: #76A4DF;
}
</style>
background-color css
<style>
a { background-color: #76A4DF; }
a { background-color: rgb(118,164,223); }
div.DivClassName
{
background-color: #76A4DF;
}
.BgClassName
{
background-color: #76A4DF;
}
</style>
border-color css
<style>
span { border-color: #76A4DF; }
span { border-color: rgb(118,164,223); }
td.TdClassName
{
border-color: #76A4DF;
}
.TagClassName
{
border-color: #76A4DF;
}
</style>