Shades of Jordy Blue #77AFEE
Tints of Jordy Blue #77AFEE
RGB
CMYK
RGB Variations
Color information
#77AFEE (or 0x77AFEE) is known color: Jordy Blue. HEX triplet: 77, AF and EE. RGB value is (119,175,238). Sum of RGB (Red+Green+Blue) = 119+175+238=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #77AFEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFEE is #885011. Grayscale: #A5A5A5. Windows color (decimal): -8933394 or 15642487. OLE color: 15642487.
HSL color Cylindrical-coordinate representation of color #77AFEE: hue angle of 211.76º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77AFEE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 175 | 238 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.07 |
| HSL | 211.76º | 0.78% | 0.7% | - |
| HSV(B) | 211.76º | 0.5% | 0.93% | - |
| XYZ | 38.37 | 40.75 | 86.73 | - |
| YUV | 165.44 | 168.95 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 238 | 0.50 | 0.26 | 0 | 0.07 | 211.76 | 0.78 | 0.7 |
| Hex | 77 | AF | EE | 32 | 1A | 0 | 7 | D4 | 4E | 46 |
| Octal | 167 | 257 | 356 | 62 | 32 | 0 | 7 | 324 | 116 | 106 |
| Binary | 1110111 | 10101111 | 11101110 | 110010 | 11010 | 0 | 111 | 11010100 | 1001110 | 1000110 |
Color Harmonies of #77AFEE
Complementary color
Monochromatic Colors of #77AFEE
Black with #77AFEE
Text Example
Text Example
White with #77AFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFEE; }
p { color: rgb(119,175,238); }
H1.HeaderClassName
{
color: #77AFEE;
}
.AnyTagClassName
{
color: #77AFEE;
}
</style>
background-color css
<style>
a { background-color: #77AFEE; }
a { background-color: rgb(119,175,238); }
div.DivClassName
{
background-color: #77AFEE;
}
.BgClassName
{
background-color: #77AFEE;
}
</style>
border-color css
<style>
span { border-color: #77AFEE; }
span { border-color: rgb(119,175,238); }
td.TdClassName
{
border-color: #77AFEE;
}
.TagClassName
{
border-color: #77AFEE;
}
</style>