#77A9DB

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

Shades of Jordy Blue #77A9DB

Tints of Jordy Blue #77A9DB

Color information

#77A9DB (or 0x77A9DB) is unknown color: approx Jordy Blue. HEX triplet: 77, A9 and DB. RGB value is (119,169,219). Sum of RGB (Red+Green+Blue) = 119+169+219=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #77A9DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A9DB is #885624. Grayscale: #9F9F9F. Windows color (decimal): -8934949 or 14395767. OLE color: 14395767.

HSL color Cylindrical-coordinate representation of color #77A9DB: hue angle of 210º 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 #77A9DB is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119169219-
CMYK0.460.2300.14
HSL210º58.14%66.27%-
HSV(B)210º45.66%85.88%-
XYZ34.5837.4172.42-
YUV159.75161.4498.93-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.47%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 219 (85.94% from 255) = 43.20%
R=23.47%
G=33.33%
B=43.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191692190.460.2300.1421058.1466.27
Hex77A9DB2E170Ed23a42
Octal167251333562701632272102
Binary111011110101001110110111011101011101110110100101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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