Html Css Color HEX #77A2DC Jordy Blue

📋 copy color: '#77A2DC'

red 119 ◦ green 162 ◦ blue 220

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

Shades of Jordy Blue #77A2DC

Tints of Jordy Blue #77A2DC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.34%

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

R = 23.75%
G = 32.34%
B = 43.91%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77A2DC (or 0x77A2DC) is known color: Jordy Blue. HEX triplet: 77, A2 and DC. RGB value is (119,162,220). Sum of RGB (Red+Green+Blue) = 119+162+220=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A2DC is #885D23. Grayscale: #9B9B9B. Windows color (decimal): -8936740 or 14459511. OLE color: 14459511.

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

Color convert

RGB 119 162 220 -
CMYK 0.46 0.26 0 0.14
HSL 214.46º 0.59% 0.66% -
HSV(B) 214.46º 0.46% 0.86% -
XYZ 33.45 34.93 72.69 -
YUV 155.76 164.25 101.78 -
System Red Green Blue C M Y K H S L
Decimal 119 162 220 0.46 0.26 0 0.14 214.46 0.59 0.66
Hex 77 A2 DC 2E 1A 0 E D6 3B 42
Octal 167 242 334 56 32 0 16 326 73 102
Binary 1110111 10100010 11011100 101110 11010 0 1110 11010110 111011 1000010

Color Harmonies of #77A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A2DC

Black with #77A2DC

Text Example


Text Example

White with #77A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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