Html Css Color HEX #77A0EB Jordy Blue

📋 copy color: '#77A0EB'

red 119 ◦ green 160 ◦ blue 235

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

Shades of Jordy Blue #77A0EB

Tints of Jordy Blue #77A0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.72%

R = 23.15%
G = 31.13%
B = 45.72%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77A0EB (or 0x77A0EB) is known color: Jordy Blue. HEX triplet: 77, A0 and EB. RGB value is (119,160,235). Sum of RGB (Red+Green+Blue) = 119+160+235=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #77A0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0EB is #885F14. Grayscale: #9B9B9B. Windows color (decimal): -8937237 or 15442039. OLE color: 15442039.

HSL color Cylindrical-coordinate representation of color #77A0EB: hue angle of 218.79º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77A0EB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 160 235 -
CMYK 0.49 0.32 0 0.08
HSL 218.79º 0.74% 0.69% -
HSV(B) 218.79º 0.49% 0.92% -
XYZ 35.17 35.06 83.51 -
YUV 156.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 119 160 235 0.49 0.32 0 0.08 218.79 0.74 0.69
Hex 77 A0 EB 31 20 0 8 DB 4A 45
Octal 167 240 353 61 40 0 10 333 112 105
Binary 1110111 10100000 11101011 110001 100000 0 1000 11011011 1001010 1000101

Color Harmonies of #77A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A0EB

Black with #77A0EB

Text Example


Text Example

White with #77A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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