Shades of Jordy Blue #77AFDC
Tints of Jordy Blue #77AFDC
RGB
CMYK
RGB Variations
Color information
#77AFDC (or 0x77AFDC) is known color: Jordy Blue. HEX triplet: 77, AF and DC. RGB value is (119,175,220). Sum of RGB (Red+Green+Blue) = 119+175+220=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 175 (68.75% from 255 or 34.05% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #77AFDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AFDC is #885023. Grayscale: #A3A3A3. Windows color (decimal): -8933412 or 14462839. OLE color: 14462839.
HSL color Cylindrical-coordinate representation of color #77AFDC: hue angle of 206.73º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77AFDC is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 175 | 220 | - |
| CMYK | 0.46 | 0.20 | 0 | 0.14 |
| HSL | 206.73º | 0.59% | 0.66% | - |
| HSV(B) | 206.73º | 0.46% | 0.86% | - |
| XYZ | 35.86 | 39.75 | 73.49 | - |
| YUV | 163.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 175 | 220 | 0.46 | 0.20 | 0 | 0.14 | 206.73 | 0.59 | 0.66 |
| Hex | 77 | AF | DC | 2E | 14 | 0 | E | CF | 3B | 42 |
| Octal | 167 | 257 | 334 | 56 | 24 | 0 | 16 | 317 | 73 | 102 |
| Binary | 1110111 | 10101111 | 11011100 | 101110 | 10100 | 0 | 1110 | 11001111 | 111011 | 1000010 |
Color Harmonies of #77AFDC
Complementary color
Monochromatic Colors of #77AFDC
Black with #77AFDC
Text Example
Text Example
White with #77AFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77AFDC; }
p { color: rgb(119,175,220); }
H1.HeaderClassName
{
color: #77AFDC;
}
.AnyTagClassName
{
color: #77AFDC;
}
</style>
background-color css
<style>
a { background-color: #77AFDC; }
a { background-color: rgb(119,175,220); }
div.DivClassName
{
background-color: #77AFDC;
}
.BgClassName
{
background-color: #77AFDC;
}
</style>
border-color css
<style>
span { border-color: #77AFDC; }
span { border-color: rgb(119,175,220); }
td.TdClassName
{
border-color: #77AFDC;
}
.TagClassName
{
border-color: #77AFDC;
}
</style>