Html Css Color HEX #77A6DA Jordy Blue

📋 copy color: '#77A6DA'

red 119 ◦ green 166 ◦ blue 218

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

Shades of Jordy Blue #77A6DA

Tints of Jordy Blue #77A6DA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 218 (85.55% from 255) = 43.34%

R = 23.66%
G = 33%
B = 43.34%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77A6DA (or 0x77A6DA) is known color: Jordy Blue. HEX triplet: 77, A6 and DA. RGB value is (119,166,218). Sum of RGB (Red+Green+Blue) = 119+166+218=503 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.66% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 218 (85.55% from 255 or 43.34% from 503); Max value from RGB is 218 - color contains mainly: blue. Hex color #77A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A6DA is #885925. Grayscale: #9D9D9D. Windows color (decimal): -8935718 or 14329463. OLE color: 14329463.

HSL color Cylindrical-coordinate representation of color #77A6DA: hue angle of 211.52º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77A6DA is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 166 218 -
CMYK 0.45 0.24 0 0.15
HSL 211.52º 0.57% 0.66% -
HSV(B) 211.52º 0.45% 0.85% -
XYZ 33.9 36.26 71.54 -
YUV 157.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 119 166 218 0.45 0.24 0 0.15 211.52 0.57 0.66
Hex 77 A6 DA 2D 18 0 F D4 39 42
Octal 167 246 332 55 30 0 17 324 71 102
Binary 1110111 10100110 11011010 101101 11000 0 1111 11010100 111001 1000010

Color Harmonies of #77A6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6DA

Black with #77A6DA

Text Example


Text Example

White with #77A6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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