Html Css Color HEX #77A6DC Jordy Blue

📋 copy color: '#77A6DC'

red 119 ◦ green 166 ◦ blue 220

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

Shades of Jordy Blue #77A6DC

Tints of Jordy Blue #77A6DC

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 value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77A6DC (or 0x77A6DC) is known color: 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

RGB 119 166 220 -
CMYK 0.46 0.25 0 0.14
HSL 212.08º 0.59% 0.66% -
HSV(B) 212.08º 0.46% 0.86% -
XYZ 34.16 36.36 72.93 -
YUV 158.1 162.93 100.11 -
System Red Green Blue C M Y K H S L
Decimal 119 166 220 0.46 0.25 0 0.14 212.08 0.59 0.66
Hex 77 A6 DC 2E 19 0 E D4 3B 42
Octal 167 246 334 56 31 0 16 324 73 102
Binary 1110111 10100110 11011100 101110 11001 0 1110 11010100 111011 1000010

Color Harmonies of #77A6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6DC

Black with #77A6DC

Text Example


Text Example

White with #77A6DC

Text Example


Text Example

HTML Codes & Css Web 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>