#77A4E6

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

Shades of Jordy Blue #77A4E6

Tints of Jordy Blue #77A4E6

Color information

#77A4E6 (or 0x77A4E6) is unknown color: approx Jordy Blue. HEX triplet: 77, A4 and E6. RGB value is (119,164,230). Sum of RGB (Red+Green+Blue) = 119+164+230=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 164 (64.45% from 255 or 31.97% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #77A4E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A4E6 is #885B19. Grayscale: #9D9D9D. Windows color (decimal): -8936218 or 15115383. OLE color: 15115383.

HSL color Cylindrical-coordinate representation of color #77A4E6: hue angle of 215.68º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77A4E6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB119164230-
CMYK0.480.2900.10
HSL215.68º68.94%68.43%-
HSV(B)215.68º48.26%90.2%-
XYZ35.1736.1979.99-
YUV158.07168.59100.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.20%
GREEN value IS 164 (64.45% from 255) = 31.97%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=23.20%
G=31.97%
B=44.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1191642300.480.2900.10215.6868.9468.43
Hex77A4E6301D0Ad84544
Octal1672443466035012330105104
Binary1110111101001001110011011000011101010101101100010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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