Html Css Color HEX #77A0EC Jordy Blue

📋 copy color: '#77A0EC'

red 119 ◦ green 160 ◦ blue 236

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

Shades of Jordy Blue #77A0EC

Tints of Jordy Blue #77A0EC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.07%

 BLUE value IS 236 (92.58% from 255) = 45.83%

R = 23.11%
G = 31.07%
B = 45.83%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77A0EC (or 0x77A0EC) is known color: Jordy Blue. HEX triplet: 77, A0 and EC. RGB value is (119,160,236). Sum of RGB (Red+Green+Blue) = 119+160+236=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #77A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0EC is #885F13. Grayscale: #9C9C9C. Windows color (decimal): -8937236 or 15507575. OLE color: 15507575.

HSL color Cylindrical-coordinate representation of color #77A0EC: hue angle of 218.97º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77A0EC is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 160 236 -
CMYK 0.50 0.32 0 0.07
HSL 218.97º 0.75% 0.7% -
HSV(B) 218.97º 0.5% 0.93% -
XYZ 35.32 35.12 84.27 -
YUV 156.41 172.92 101.32 -
System Red Green Blue C M Y K H S L
Decimal 119 160 236 0.50 0.32 0 0.07 218.97 0.75 0.7
Hex 77 A0 EC 32 20 0 7 DB 4B 46
Octal 167 240 354 62 40 0 7 333 113 106
Binary 1110111 10100000 11101100 110010 100000 0 111 11011011 1001011 1000110

Color Harmonies of #77A0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0EC

Black with #77A0EC

Text Example


Text Example

White with #77A0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,160,236); }

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

background-color css

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

 a { background-color: rgb(119,160,236); }

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

border-color css

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

 span { border-color: rgb(119,160,236); }

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