Html Css Color HEX #77A8DC Jordy Blue

📋 copy color: '#77A8DC'

red 119 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #77A8DC

Tints of Jordy Blue #77A8DC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.14%

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

R = 23.47%
G = 33.14%
B = 43.39%

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

#77A8DC (or 0x77A8DC) is known color: Jordy Blue. HEX triplet: 77, A8 and DC. RGB value is (119,168,220). Sum of RGB (Red+Green+Blue) = 119+168+220=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #77A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77A8DC is #885723. Grayscale: #9F9F9F. Windows color (decimal): -8935204 or 14461047. OLE color: 14461047.

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

Color convert

RGB 119 168 220 -
CMYK 0.46 0.24 0 0.14
HSL 210.89º 0.59% 0.66% -
HSV(B) 210.89º 0.46% 0.86% -
XYZ 34.53 37.09 73.05 -
YUV 159.28 162.27 99.27 -
System Red Green Blue C M Y K H S L
Decimal 119 168 220 0.46 0.24 0 0.14 210.89 0.59 0.66
Hex 77 A8 DC 2E 18 0 E D3 3B 42
Octal 167 250 334 56 30 0 16 323 73 102
Binary 1110111 10101000 11011100 101110 11000 0 1110 11010011 111011 1000010

Color Harmonies of #77A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A8DC

Black with #77A8DC

Text Example


Text Example

White with #77A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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