#77A3DB

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

Shades of Jordy Blue #77A3DB

Tints of Jordy Blue #77A3DB

Color information

#77A3DB (or 0x77A3DB) is unknown color: approx Jordy Blue. HEX triplet: 77, A3 and DB. RGB value is (119,163,219). Sum of RGB (Red+Green+Blue) = 119+163+219=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 219 (85.94% from 255 or 43.71% from 501); Max value from RGB is 219 - color contains mainly: blue. Hex color #77A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A3DB is #885C24. Grayscale: #9B9B9B. Windows color (decimal): -8936485 or 14394231. OLE color: 14394231.

HSL color Cylindrical-coordinate representation of color #77A3DB: hue angle of 213.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77A3DB is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119163219-
CMYK0.460.2600.14
HSL213.6º58.14%66.27%-
HSV(B)213.6º45.66%85.88%-
XYZ33.4935.2372.05-
YUV156.23163.42101.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.75%
GREEN value IS 163 (64.06% from 255) = 32.53%
BLUE value IS 219 (85.94% from 255) = 43.71%
R=23.75%
G=32.53%
B=43.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191632190.460.2600.14213.658.1466.27
Hex77A3DB2E1A0Ed63a42
Octal167243333563201632672102
Binary111011110100011110110111011101101001110110101101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,163,219); }

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

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

 a { background-color: rgb(119,163,219); }

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

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

 span { border-color: rgb(119,163,219); }

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