Html Css Color HEX #77A0DC Jordy Blue

📋 copy color: '#77A0DC'

red 119 ◦ green 160 ◦ blue 220

#77A0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #77A0DC

Tints of Jordy Blue #77A0DC

RGB

 RED value IS 119 (46.88% from 255) = 23.85%

 GREEN value IS 160 (62.89% from 255) = 32.06%

 BLUE value IS 220 (86.33% from 255) = 44.09%

R = 23.85%
G = 32.06%
B = 44.09%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77A0DC (or 0x77A0DC) is known color: Jordy Blue. HEX triplet: 77, A0 and DC. RGB value is (119,160,220). Sum of RGB (Red+Green+Blue) = 119+160+220=499 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.85% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A0DC is #885F23. Grayscale: #9A9A9A. Windows color (decimal): -8937252 or 14458999. OLE color: 14458999.

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

Color convert

RGB 119 160 220 -
CMYK 0.46 0.27 0 0.14
HSL 215.64º 0.59% 0.66% -
HSV(B) 215.64º 0.46% 0.86% -
XYZ 33.1 34.23 72.57 -
YUV 154.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 119 160 220 0.46 0.27 0 0.14 215.64 0.59 0.66
Hex 77 A0 DC 2E 1B 0 E D8 3B 42
Octal 167 240 334 56 33 0 16 330 73 102
Binary 1110111 10100000 11011100 101110 11011 0 1110 11011000 111011 1000010

Color Harmonies of #77A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0DC

Black with #77A0DC

Text Example


Text Example

White with #77A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77A0DC;
 }
 .AnyTagClassName
 {
   color: #77A0DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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