#77A7DC

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

Shades of Jordy Blue #77A7DC

Tints of Jordy Blue #77A7DC

Color information

#77A7DC (or 0x77A7DC) is unknown color: approx Jordy Blue. HEX triplet: 77, A7 and DC. RGB value is (119,167,220). Sum of RGB (Red+Green+Blue) = 119+167+220=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7DC is #885823. Grayscale: #9E9E9E. Windows color (decimal): -8935460 or 14460791. OLE color: 14460791.

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

Color convert

RGB119167220-
CMYK0.460.2400.14
HSL211.49º59.06%66.47%-
HSV(B)211.49º45.91%86.27%-
XYZ34.3436.7372.99-
YUV158.69162.699.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.52%
GREEN value IS 167 (65.62% from 255) = 33.00%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=23.52%
G=33.00%
B=43.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191672200.460.2400.14211.4959.0666.47
Hex77A7DC2E180Ed33b42
Octal167247334563001632373102
Binary111011110100111110111001011101100001110110100111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,167,220); }

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

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

 a { background-color: rgb(119,167,220); }

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

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

 span { border-color: rgb(119,167,220); }

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