Shades of Jordy Blue #77ACF4
Tints of Jordy Blue #77ACF4
RGB
CMYK
RGB Variations
Color information
#77ACF4 (or 0x77ACF4) is known color: Jordy Blue. HEX triplet: 77, AC and F4. RGB value is (119,172,244). Sum of RGB (Red+Green+Blue) = 119+172+244=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 244 (95.70% from 255 or 45.61% from 535); Max value from RGB is 244 - color contains mainly: blue. Hex color #77ACF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77ACF4 is #88530B. Grayscale: #A4A4A4. Windows color (decimal): -8934156 or 16034935. OLE color: 16034935.
HSL color Cylindrical-coordinate representation of color #77ACF4: hue angle of 214.56º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77ACF4 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 172 | 244 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.04 |
| HSL | 214.56º | 0.85% | 0.71% | - |
| HSV(B) | 214.56º | 0.51% | 0.96% | - |
| XYZ | 38.69 | 39.96 | 91.26 | - |
| YUV | 164.36 | 172.94 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 172 | 244 | 0.51 | 0.30 | 0 | 0.04 | 214.56 | 0.85 | 0.71 |
| Hex | 77 | AC | F4 | 33 | 1E | 0 | 4 | D7 | 55 | 47 |
| Octal | 167 | 254 | 364 | 63 | 36 | 0 | 4 | 327 | 125 | 107 |
| Binary | 1110111 | 10101100 | 11110100 | 110011 | 11110 | 0 | 100 | 11010111 | 1010101 | 1000111 |
Color Harmonies of #77ACF4
Complementary color
Monochromatic Colors of #77ACF4
Black with #77ACF4
Text Example
Text Example
White with #77ACF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77ACF4; }
p { color: rgb(119,172,244); }
H1.HeaderClassName
{
color: #77ACF4;
}
.AnyTagClassName
{
color: #77ACF4;
}
</style>
background-color css
<style>
a { background-color: #77ACF4; }
a { background-color: rgb(119,172,244); }
div.DivClassName
{
background-color: #77ACF4;
}
.BgClassName
{
background-color: #77ACF4;
}
</style>
border-color css
<style>
span { border-color: #77ACF4; }
span { border-color: rgb(119,172,244); }
td.TdClassName
{
border-color: #77ACF4;
}
.TagClassName
{
border-color: #77ACF4;
}
</style>