Html Css Color HEX #77ACDA Jordy Blue

📋 copy color: '#77ACDA'

red 119 ◦ green 172 ◦ blue 218

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

Shades of Jordy Blue #77ACDA

Tints of Jordy Blue #77ACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 23.38%
G = 33.79%
B = 42.83%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77ACDA (or 0x77ACDA) is known color: Jordy Blue. HEX triplet: 77, AC and DA. RGB value is (119,172,218). Sum of RGB (Red+Green+Blue) = 119+172+218=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #77ACDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ACDA is #885325. Grayscale: #A1A1A1. Windows color (decimal): -8934182 or 14330999. OLE color: 14330999.

HSL color Cylindrical-coordinate representation of color #77ACDA: hue angle of 207.88º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77ACDA is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 172 218 -
CMYK 0.45 0.21 0 0.15
HSL 207.88º 0.57% 0.66% -
HSV(B) 207.88º 0.45% 0.85% -
XYZ 35.02 38.49 71.91 -
YUV 161.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 119 172 218 0.45 0.21 0 0.15 207.88 0.57 0.66
Hex 77 AC DA 2D 15 0 F D0 39 42
Octal 167 254 332 55 25 0 17 320 71 102
Binary 1110111 10101100 11011010 101101 10101 0 1111 11010000 111001 1000010

Color Harmonies of #77ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ACDA

Black with #77ACDA

Text Example


Text Example

White with #77ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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