Html Css Color HEX #77AADA Jordy Blue

📋 copy color: '#77AADA'

red 119 ◦ green 170 ◦ blue 218

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

Shades of Jordy Blue #77AADA

Tints of Jordy Blue #77AADA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.53%

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

R = 23.47%
G = 33.53%
B = 43%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77AADA (or 0x77AADA) is known color: Jordy Blue. HEX triplet: 77, AA and DA. RGB value is (119,170,218). Sum of RGB (Red+Green+Blue) = 119+170+218=507 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.47% from 507); Green value is 170 (66.80% from 255 or 33.53% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #77AADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AADA is #885525. Grayscale: #9F9F9F. Windows color (decimal): -8934694 or 14330487. OLE color: 14330487.

HSL color Cylindrical-coordinate representation of color #77AADA: hue angle of 209.09º 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 #77AADA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 170 218 -
CMYK 0.45 0.22 0 0.15
HSL 209.09º 0.57% 0.66% -
HSV(B) 209.09º 0.45% 0.85% -
XYZ 34.64 37.73 71.79 -
YUV 160.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 119 170 218 0.45 0.22 0 0.15 209.09 0.57 0.66
Hex 77 AA DA 2D 16 0 F D1 39 42
Octal 167 252 332 55 26 0 17 321 71 102
Binary 1110111 10101010 11011010 101101 10110 0 1111 11010001 111001 1000010

Color Harmonies of #77AADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AADA

Black with #77AADA

Text Example


Text Example

White with #77AADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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