#77A6DC

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

Shades of Jordy Blue #77A6DC

Tints of Jordy Blue #77A6DC

Color information

#77A6DC (or 0x77A6DC) is unknown color: approx Jordy Blue. HEX triplet: 77, A6 and DC. RGB value is (119,166,220). Sum of RGB (Red+Green+Blue) = 119+166+220=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A6DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6DC is #885923. Grayscale: #9D9D9D. Windows color (decimal): -8935716 or 14460535. OLE color: 14460535.

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

Color convert

RGB119166220-
CMYK0.460.2500.14
HSL212.08º59.06%66.47%-
HSV(B)212.08º45.91%86.27%-
XYZ34.1636.3672.93-
YUV158.1162.93100.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.56%
GREEN value IS 166 (65.23% from 255) = 32.87%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=23.56%
G=32.87%
B=43.56%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191662200.460.2500.14212.0859.0666.47
Hex77A6DC2E190Ed43b42
Octal167246334563101632473102
Binary111011110100110110111001011101100101110110101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77A6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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