#77A0EC

Color #77A0EC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77A0EC

Tints of Jordy Blue #77A0EC

Color information

#77A0EC (or 0x77A0EC) is unknown color: approx Jordy Blue. HEX triplet: 77, A0 and EC. RGB value is (119,160,236). Sum of RGB (Red+Green+Blue) = 119+160+236=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #77A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0EC is #885F13. Grayscale: #9C9C9C. Windows color (decimal): -8937236 or 15507575. OLE color: 15507575.

HSL color Cylindrical-coordinate representation of color #77A0EC: hue angle of 218.97º degrees, saturation: 0.75, 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 #77A0EC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB119160236-
CMYK0.500.3200.07
HSL218.97º75.48%69.61%-
HSV(B)218.97º49.58%92.55%-
XYZ35.3235.1284.27-
YUV156.4172.92101.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 23.11%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=23.11%
G=31.07%
B=45.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1191602360.500.3200.07218.9775.4869.61
Hex77A0EC322007db4b46
Octal167240354624007333113106
Binary1110111101000001110110011001010000001111101101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77A0EC; }

 p { color: rgb(119,160,236); }

 H1.HeaderClassName
 {
   color: #77A0EC;
 }
 .AnyTagClassName
 {
   color: #77A0EC;
 }
</style>
background-color css

<style>
 a { background-color: #77A0EC; }

 a { background-color: rgb(119,160,236); }

 div.DivClassName
 {
   background-color: #77A0EC;
 }
 .BgClassName
 {
   background-color: #77A0EC;
 }
</style>
border-color css

<style>
 span { border-color: #77A0EC; }

 span { border-color: rgb(119,160,236); }

 td.TdClassName
 {
   border-color: #77A0EC;
 }
 .TagClassName
 {
   border-color: #77A0EC;
 }
</style>