Html Css Color HEX #77AAD8 Jordy Blue

📋 copy color: '#77AAD8'

red 119 ◦ green 170 ◦ blue 216

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

Shades of Jordy Blue #77AAD8

Tints of Jordy Blue #77AAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.77%

R = 23.56%
G = 33.66%
B = 42.77%

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

#77AAD8 (or 0x77AAD8) is known color: Jordy Blue. HEX triplet: 77, AA and D8. RGB value is (119,170,216). Sum of RGB (Red+Green+Blue) = 119+170+216=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #77AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAD8 is #885527. Grayscale: #9F9F9F. Windows color (decimal): -8934696 or 14199415. OLE color: 14199415.

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

Color convert

RGB 119 170 216 -
CMYK 0.45 0.21 0 0.15
HSL 208.45º 0.55% 0.66% -
HSV(B) 208.45º 0.45% 0.85% -
XYZ 34.38 37.63 70.42 -
YUV 160 159.6 98.76 -
System Red Green Blue C M Y K H S L
Decimal 119 170 216 0.45 0.21 0 0.15 208.45 0.55 0.66
Hex 77 AA D8 2D 15 0 F D0 37 42
Octal 167 252 330 55 25 0 17 320 67 102
Binary 1110111 10101010 11011000 101101 10101 0 1111 11010000 110111 1000010

Color Harmonies of #77AAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AAD8

Black with #77AAD8

Text Example


Text Example

White with #77AAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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