Html Css Color HEX #77A3E6 Jordy Blue

📋 copy color: '#77A3E6'

red 119 ◦ green 163 ◦ blue 230

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

Shades of Jordy Blue #77A3E6

Tints of Jordy Blue #77A3E6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 31.84%

 BLUE value IS 230 (90.23% from 255) = 44.92%

R = 23.24%
G = 31.84%
B = 44.92%

CMYK

 C value IS 0.48

 M value IS 0.29

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#77A3E6 (or 0x77A3E6) is known color: Jordy Blue. HEX triplet: 77, A3 and E6. RGB value is (119,163,230). Sum of RGB (Red+Green+Blue) = 119+163+230=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #77A3E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A3E6 is #885C19. Grayscale: #9D9D9D. Windows color (decimal): -8936474 or 15115127. OLE color: 15115127.

HSL color Cylindrical-coordinate representation of color #77A3E6: hue angle of 216.22º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77A3E6 is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 119 163 230 -
CMYK 0.48 0.29 0 0.10
HSL 216.22º 0.69% 0.68% -
HSV(B) 216.22º 0.48% 0.9% -
XYZ 34.99 35.83 79.93 -
YUV 157.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 119 163 230 0.48 0.29 0 0.10 216.22 0.69 0.68
Hex 77 A3 E6 30 1D 0 A D8 45 44
Octal 167 243 346 60 35 0 12 330 105 104
Binary 1110111 10100011 11100110 110000 11101 0 1010 11011000 1000101 1000100

Color Harmonies of #77A3E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77A3E6

Black with #77A3E6

Text Example


Text Example

White with #77A3E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,163,230); }

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

background-color css

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

 a { background-color: rgb(119,163,230); }

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

border-color css

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

 span { border-color: rgb(119,163,230); }

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