Html Css Color HEX #77ACE0 Jordy Blue

📋 copy color: '#77ACE0'

red 119 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #77ACE0

Tints of Jordy Blue #77ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.4%

 BLUE value IS 224 (87.89% from 255) = 43.5%

R = 23.11%
G = 33.4%
B = 43.5%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#77ACE0 (or 0x77ACE0) is known color: Jordy Blue. HEX triplet: 77, AC and E0. RGB value is (119,172,224). Sum of RGB (Red+Green+Blue) = 119+172+224=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #77ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACE0 is #88531F. Grayscale: #A1A1A1. Windows color (decimal): -8934176 or 14724215. OLE color: 14724215.

HSL color Cylindrical-coordinate representation of color #77ACE0: hue angle of 209.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #77ACE0 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 119 172 224 -
CMYK 0.47 0.23 0 0.12
HSL 209.71º 0.63% 0.67% -
HSV(B) 209.71º 0.47% 0.88% -
XYZ 35.81 38.81 76.12 -
YUV 162.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 119 172 224 0.47 0.23 0 0.12 209.71 0.63 0.67
Hex 77 AC E0 2F 17 0 C D2 3F 43
Octal 167 254 340 57 27 0 14 322 77 103
Binary 1110111 10101100 11100000 101111 10111 0 1100 11010010 111111 1000011

Color Harmonies of #77ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACE0

Black with #77ACE0

Text Example


Text Example

White with #77ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,172,224); }

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

background-color css

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

 a { background-color: rgb(119,172,224); }

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

border-color css

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

 span { border-color: rgb(119,172,224); }

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