Html Css Color HEX #77A7DC Jordy Blue

📋 copy color: '#77A7DC'

red 119 ◦ green 167 ◦ blue 220

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

Shades of Jordy Blue #77A7DC

Tints of Jordy Blue #77A7DC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

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

R = 23.52%
G = 33%
B = 43.48%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77A7DC (or 0x77A7DC) is known color: Jordy Blue. HEX triplet: 77, A7 and DC. RGB value is (119,167,220). Sum of RGB (Red+Green+Blue) = 119+167+220=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A7DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A7DC is #885823. Grayscale: #9E9E9E. Windows color (decimal): -8935460 or 14460791. OLE color: 14460791.

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

Color convert

RGB 119 167 220 -
CMYK 0.46 0.24 0 0.14
HSL 211.49º 0.59% 0.66% -
HSV(B) 211.49º 0.46% 0.86% -
XYZ 34.34 36.73 72.99 -
YUV 158.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 119 167 220 0.46 0.24 0 0.14 211.49 0.59 0.66
Hex 77 A7 DC 2E 18 0 E D3 3B 42
Octal 167 247 334 56 30 0 16 323 73 102
Binary 1110111 10100111 11011100 101110 11000 0 1110 11010011 111011 1000010

Color Harmonies of #77A7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A7DC

Black with #77A7DC

Text Example


Text Example

White with #77A7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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