Shades of Jordy Blue #76ABF3
Tints of Jordy Blue #76ABF3
RGB
CMYK
RGB Variations
Color information
#76ABF3 (or 0x76ABF3) is known color: Jordy Blue. HEX triplet: 76, AB and F3. RGB value is (118,171,243). Sum of RGB (Red+Green+Blue) = 118+171+243=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #76ABF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ABF3 is #89540C. Grayscale: #A3A3A3. Windows color (decimal): -8999949 or 15969142. OLE color: 15969142.
HSL color Cylindrical-coordinate representation of color #76ABF3: hue angle of 214.56º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76ABF3 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 171 | 243 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.05 |
| HSL | 214.56º | 0.84% | 0.71% | - |
| HSV(B) | 214.56º | 0.51% | 0.95% | - |
| XYZ | 38.21 | 39.45 | 90.39 | - |
| YUV | 163.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 171 | 243 | 0.51 | 0.30 | 0 | 0.05 | 214.56 | 0.84 | 0.71 |
| Hex | 76 | AB | F3 | 33 | 1E | 0 | 5 | D7 | 54 | 47 |
| Octal | 166 | 253 | 363 | 63 | 36 | 0 | 5 | 327 | 124 | 107 |
| Binary | 1110110 | 10101011 | 11110011 | 110011 | 11110 | 0 | 101 | 11010111 | 1010100 | 1000111 |
Color Harmonies of #76ABF3
Complementary color
Monochromatic Colors of #76ABF3
Black with #76ABF3
Text Example
Text Example
White with #76ABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76ABF3; }
p { color: rgb(118,171,243); }
H1.HeaderClassName
{
color: #76ABF3;
}
.AnyTagClassName
{
color: #76ABF3;
}
</style>
background-color css
<style>
a { background-color: #76ABF3; }
a { background-color: rgb(118,171,243); }
div.DivClassName
{
background-color: #76ABF3;
}
.BgClassName
{
background-color: #76ABF3;
}
</style>
border-color css
<style>
span { border-color: #76ABF3; }
span { border-color: rgb(118,171,243); }
td.TdClassName
{
border-color: #76ABF3;
}
.TagClassName
{
border-color: #76ABF3;
}
</style>