Html Css Color HEX #77AAD9 Jordy Blue

📋 copy color: '#77AAD9'

red 119 ◦ green 170 ◦ blue 217

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

Shades of Jordy Blue #77AAD9

Tints of Jordy Blue #77AAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.89%

R = 23.52%
G = 33.6%
B = 42.89%

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

#77AAD9 (or 0x77AAD9) is known color: Jordy Blue. HEX triplet: 77, AA and D9. RGB value is (119,170,217). Sum of RGB (Red+Green+Blue) = 119+170+217=506 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.52% from 506); Green value is 170 (66.80% from 255 or 33.60% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #77AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAD9 is #885526. Grayscale: #9F9F9F. Windows color (decimal): -8934695 or 14264951. OLE color: 14264951.

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

Color convert

RGB 119 170 217 -
CMYK 0.45 0.22 0 0.15
HSL 208.78º 0.56% 0.66% -
HSV(B) 208.78º 0.45% 0.85% -
XYZ 34.51 37.68 71.1 -
YUV 160.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 119 170 217 0.45 0.22 0 0.15 208.78 0.56 0.66
Hex 77 AA D9 2D 16 0 F D1 38 42
Octal 167 252 331 55 26 0 17 321 70 102
Binary 1110111 10101010 11011001 101101 10110 0 1111 11010001 111000 1000010

Color Harmonies of #77AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAD9

Black with #77AAD9

Text Example


Text Example

White with #77AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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