#77A4E0

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

Shades of Jordy Blue #77A4E0

Tints of Jordy Blue #77A4E0

Color information

#77A4E0 (or 0x77A4E0) is unknown color: approx Jordy Blue. HEX triplet: 77, A4 and E0. RGB value is (119,164,224). Sum of RGB (Red+Green+Blue) = 119+164+224=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #77A4E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A4E0 is #885B1F. Grayscale: #9D9D9D. Windows color (decimal): -8936224 or 14722167. OLE color: 14722167.

HSL color Cylindrical-coordinate representation of color #77A4E0: hue angle of 214.29º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77A4E0 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119164224-
CMYK0.470.2700.12
HSL214.29º62.87%67.25%-
HSV(B)214.29º46.88%87.84%-
XYZ34.3435.8575.63-
YUV157.38165.59100.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=23.47%
G=32.35%
B=44.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1191642240.470.2700.12214.2962.8767.25
Hex77A4E02F1B0Cd63f43
Octal167244340573301432677103
Binary111011110100100111000001011111101101100110101101111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,164,224); }

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

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

 a { background-color: rgb(119,164,224); }

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

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

 span { border-color: rgb(119,164,224); }

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