Shades of Jordy Blue #76A8DF
Tints of Jordy Blue #76A8DF
RGB
CMYK
RGB Variations
Color information
#76A8DF (or 0x76A8DF) is known color: Jordy Blue. HEX triplet: 76, A8 and DF. RGB value is (118,168,223). Sum of RGB (Red+Green+Blue) = 118+168+223=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #76A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A8DF is #895720. Grayscale: #9F9F9F. Windows color (decimal): -9000737 or 14657654. OLE color: 14657654.
HSL color Cylindrical-coordinate representation of color #76A8DF: hue angle of 211.43º 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 #76A8DF is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 168 | 223 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.13 |
| HSL | 211.43º | 0.62% | 0.67% | - |
| HSV(B) | 211.43º | 0.47% | 0.87% | - |
| XYZ | 34.79 | 37.18 | 75.16 | - |
| YUV | 159.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 168 | 223 | 0.47 | 0.25 | 0 | 0.13 | 211.43 | 0.62 | 0.67 |
| Hex | 76 | A8 | DF | 2F | 19 | 0 | D | D3 | 3E | 43 |
| Octal | 166 | 250 | 337 | 57 | 31 | 0 | 15 | 323 | 76 | 103 |
| Binary | 1110110 | 10101000 | 11011111 | 101111 | 11001 | 0 | 1101 | 11010011 | 111110 | 1000011 |
Color Harmonies of #76A8DF
Complementary color
Monochromatic Colors of #76A8DF
Black with #76A8DF
Text Example
Text Example
White with #76A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A8DF; }
p { color: rgb(118,168,223); }
H1.HeaderClassName
{
color: #76A8DF;
}
.AnyTagClassName
{
color: #76A8DF;
}
</style>
background-color css
<style>
a { background-color: #76A8DF; }
a { background-color: rgb(118,168,223); }
div.DivClassName
{
background-color: #76A8DF;
}
.BgClassName
{
background-color: #76A8DF;
}
</style>
border-color css
<style>
span { border-color: #76A8DF; }
span { border-color: rgb(118,168,223); }
td.TdClassName
{
border-color: #76A8DF;
}
.TagClassName
{
border-color: #76A8DF;
}
</style>