Shades of Jordy Blue #77AFE9
Tints of Jordy Blue #77AFE9
RGB
CMYK
RGB Variations
Color information
#77AFE9 (or 0x77AFE9) is known color: Jordy Blue. HEX triplet: 77, AF and E9. RGB value is (119,175,233). Sum of RGB (Red+Green+Blue) = 119+175+233=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #77AFE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77AFE9 is #885016. Grayscale: #A4A4A4. Windows color (decimal): -8933399 or 15314807. OLE color: 15314807.
HSL color Cylindrical-coordinate representation of color #77AFE9: hue angle of 210.53º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77AFE9 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 175 | 233 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.09 |
| HSL | 210.53º | 0.72% | 0.69% | - |
| HSV(B) | 210.53º | 0.49% | 0.91% | - |
| XYZ | 37.65 | 40.47 | 82.92 | - |
| YUV | 164.87 | 166.45 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 233 | 0.49 | 0.25 | 0 | 0.09 | 210.53 | 0.72 | 0.69 |
| Hex | 77 | AF | E9 | 31 | 19 | 0 | 9 | D3 | 48 | 45 |
| Octal | 167 | 257 | 351 | 61 | 31 | 0 | 11 | 323 | 110 | 105 |
| Binary | 1110111 | 10101111 | 11101001 | 110001 | 11001 | 0 | 1001 | 11010011 | 1001000 | 1000101 |
Color Harmonies of #77AFE9
Complementary color
Monochromatic Colors of #77AFE9
Black with #77AFE9
Text Example
Text Example
White with #77AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFE9; }
p { color: rgb(119,175,233); }
H1.HeaderClassName
{
color: #77AFE9;
}
.AnyTagClassName
{
color: #77AFE9;
}
</style>
background-color css
<style>
a { background-color: #77AFE9; }
a { background-color: rgb(119,175,233); }
div.DivClassName
{
background-color: #77AFE9;
}
.BgClassName
{
background-color: #77AFE9;
}
</style>
border-color css
<style>
span { border-color: #77AFE9; }
span { border-color: rgb(119,175,233); }
td.TdClassName
{
border-color: #77AFE9;
}
.TagClassName
{
border-color: #77AFE9;
}
</style>