Shades of Jordy Blue #76B1DF
Tints of Jordy Blue #76B1DF
RGB
CMYK
RGB Variations
Color information
#76B1DF (or 0x76B1DF) is known color: Jordy Blue. HEX triplet: 76, B1 and DF. RGB value is (118,177,223). Sum of RGB (Red+Green+Blue) = 118+177+223=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #76B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76B1DF is #894E20. Grayscale: #A4A4A4. Windows color (decimal): -8998433 or 14659958. OLE color: 14659958.
HSL color Cylindrical-coordinate representation of color #76B1DF: hue angle of 206.29º 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 #76B1DF is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 177 | 223 | - |
| CMYK | 0.47 | 0.21 | 0 | 0.13 |
| HSL | 206.29º | 0.62% | 0.67% | - |
| HSV(B) | 206.29º | 0.47% | 0.87% | - |
| XYZ | 36.51 | 40.62 | 75.73 | - |
| YUV | 164.6 | 160.95 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 177 | 223 | 0.47 | 0.21 | 0 | 0.13 | 206.29 | 0.62 | 0.67 |
| Hex | 76 | B1 | DF | 2F | 15 | 0 | D | CE | 3E | 43 |
| Octal | 166 | 261 | 337 | 57 | 25 | 0 | 15 | 316 | 76 | 103 |
| Binary | 1110110 | 10110001 | 11011111 | 101111 | 10101 | 0 | 1101 | 11001110 | 111110 | 1000011 |
Color Harmonies of #76B1DF
Complementary color
Monochromatic Colors of #76B1DF
Black with #76B1DF
Text Example
Text Example
White with #76B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B1DF; }
p { color: rgb(118,177,223); }
H1.HeaderClassName
{
color: #76B1DF;
}
.AnyTagClassName
{
color: #76B1DF;
}
</style>
background-color css
<style>
a { background-color: #76B1DF; }
a { background-color: rgb(118,177,223); }
div.DivClassName
{
background-color: #76B1DF;
}
.BgClassName
{
background-color: #76B1DF;
}
</style>
border-color css
<style>
span { border-color: #76B1DF; }
span { border-color: rgb(118,177,223); }
td.TdClassName
{
border-color: #76B1DF;
}
.TagClassName
{
border-color: #76B1DF;
}
</style>