Html Css Color HEX #77A6EA Jordy Blue

📋 copy color: '#77A6EA'

red 119 ◦ green 166 ◦ blue 234

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

Shades of Jordy Blue #77A6EA

Tints of Jordy Blue #77A6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.09%

R = 22.93%
G = 31.98%
B = 45.09%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77A6EA (or 0x77A6EA) is known color: Jordy Blue. HEX triplet: 77, A6 and EA. RGB value is (119,166,234). Sum of RGB (Red+Green+Blue) = 119+166+234=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 166 (65.23% from 255 or 31.98% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #77A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A6EA is #885915. Grayscale: #9F9F9F. Windows color (decimal): -8935702 or 15378039. OLE color: 15378039.

HSL color Cylindrical-coordinate representation of color #77A6EA: hue angle of 215.48º degrees, saturation: 0.73, 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 #77A6EA is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 166 234 -
CMYK 0.49 0.29 0 0.08
HSL 215.48º 0.73% 0.69% -
HSV(B) 215.48º 0.49% 0.92% -
XYZ 36.1 37.13 83.11 -
YUV 159.7 169.93 98.97 -
System Red Green Blue C M Y K H S L
Decimal 119 166 234 0.49 0.29 0 0.08 215.48 0.73 0.69
Hex 77 A6 EA 31 1D 0 8 D7 49 45
Octal 167 246 352 61 35 0 10 327 111 105
Binary 1110111 10100110 11101010 110001 11101 0 1000 11010111 1001001 1000101

Color Harmonies of #77A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A6EA

Black with #77A6EA

Text Example


Text Example

White with #77A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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