Shades of Jordy Blue #76B0DF
Tints of Jordy Blue #76B0DF
RGB
CMYK
RGB Variations
Color information
#76B0DF (or 0x76B0DF) is known color: Jordy Blue. HEX triplet: 76, B0 and DF. RGB value is (118,176,223). Sum of RGB (Red+Green+Blue) = 118+176+223=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #76B0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B0DF is #894F20. Grayscale: #A3A3A3. Windows color (decimal): -8998689 or 14659702. OLE color: 14659702.
HSL color Cylindrical-coordinate representation of color #76B0DF: hue angle of 206.86º 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 #76B0DF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 176 | 223 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.13 |
| HSL | 206.86º | 0.62% | 0.67% | - |
| HSV(B) | 206.86º | 0.47% | 0.87% | - |
| XYZ | 36.32 | 40.23 | 75.66 | - |
| YUV | 164.02 | 161.28 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 176 | 223 | 0.47 | 0.21 | 0 | 0.13 | 206.86 | 0.62 | 0.67 |
| Hex | 76 | B0 | DF | 2F | 15 | 0 | D | CF | 3E | 43 |
| Octal | 166 | 260 | 337 | 57 | 25 | 0 | 15 | 317 | 76 | 103 |
| Binary | 1110110 | 10110000 | 11011111 | 101111 | 10101 | 0 | 1101 | 11001111 | 111110 | 1000011 |
Color Harmonies of #76B0DF
Complementary color
Monochromatic Colors of #76B0DF
Black with #76B0DF
Text Example
Text Example
White with #76B0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B0DF; }
p { color: rgb(118,176,223); }
H1.HeaderClassName
{
color: #76B0DF;
}
.AnyTagClassName
{
color: #76B0DF;
}
</style>
background-color css
<style>
a { background-color: #76B0DF; }
a { background-color: rgb(118,176,223); }
div.DivClassName
{
background-color: #76B0DF;
}
.BgClassName
{
background-color: #76B0DF;
}
</style>
border-color css
<style>
span { border-color: #76B0DF; }
span { border-color: rgb(118,176,223); }
td.TdClassName
{
border-color: #76B0DF;
}
.TagClassName
{
border-color: #76B0DF;
}
</style>