Shades of Jordy Blue #77A8FD
Tints of Jordy Blue #77A8FD
RGB
CMYK
RGB Variations
Color information
#77A8FD (or 0x77A8FD) is known color: Jordy Blue. HEX triplet: 77, A8 and FD. RGB value is (119,168,253). Sum of RGB (Red+Green+Blue) = 119+168+253=540 (71% of max value = 765). Red value is 119 (46.88% from 255 or 22.04% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #77A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A8FD is #885702. Grayscale: #A2A2A2. Windows color (decimal): -8935171 or 16623735. OLE color: 16623735.
HSL color Cylindrical-coordinate representation of color #77A8FD: hue angle of 218.06º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A8FD is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 168 | 253 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.01 |
| HSL | 218.06º | 0.97% | 0.73% | - |
| HSV(B) | 218.06º | 0.53% | 0.99% | - |
| XYZ | 39.34 | 39.02 | 98.39 | - |
| YUV | 163.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 168 | 253 | 0.53 | 0.34 | 0 | 0.01 | 218.06 | 0.97 | 0.73 |
| Hex | 77 | A8 | FD | 35 | 22 | 0 | 1 | DA | 61 | 49 |
| Octal | 167 | 250 | 375 | 65 | 42 | 0 | 1 | 332 | 141 | 111 |
| Binary | 1110111 | 10101000 | 11111101 | 110101 | 100010 | 0 | 1 | 11011010 | 1100001 | 1001001 |
Color Harmonies of #77A8FD
Complementary color
Monochromatic Colors of #77A8FD
Black with #77A8FD
Text Example
Text Example
White with #77A8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A8FD; }
p { color: rgb(119,168,253); }
H1.HeaderClassName
{
color: #77A8FD;
}
.AnyTagClassName
{
color: #77A8FD;
}
</style>
background-color css
<style>
a { background-color: #77A8FD; }
a { background-color: rgb(119,168,253); }
div.DivClassName
{
background-color: #77A8FD;
}
.BgClassName
{
background-color: #77A8FD;
}
</style>
border-color css
<style>
span { border-color: #77A8FD; }
span { border-color: rgb(119,168,253); }
td.TdClassName
{
border-color: #77A8FD;
}
.TagClassName
{
border-color: #77A8FD;
}
</style>