Html Css Color HEX #77AADB Jordy Blue

📋 copy color: '#77AADB'

red 119 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #77AADB

Tints of Jordy Blue #77AADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 23.43%
G = 33.46%
B = 43.11%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77AADB (or 0x77AADB) is known color: Jordy Blue. HEX triplet: 77, AA and DB. RGB value is (119,170,219). Sum of RGB (Red+Green+Blue) = 119+170+219=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #77AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AADB is #885524. Grayscale: #A0A0A0. Windows color (decimal): -8934693 or 14396023. OLE color: 14396023.

HSL color Cylindrical-coordinate representation of color #77AADB: hue angle of 209.4º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77AADB is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 170 219 -
CMYK 0.46 0.22 0 0.14
HSL 209.4º 0.58% 0.66% -
HSV(B) 209.4º 0.46% 0.86% -
XYZ 34.77 37.79 72.48 -
YUV 160.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 119 170 219 0.46 0.22 0 0.14 209.4 0.58 0.66
Hex 77 AA DB 2E 16 0 E D1 3A 42
Octal 167 252 333 56 26 0 16 321 72 102
Binary 1110111 10101010 11011011 101110 10110 0 1110 11010001 111010 1000010

Color Harmonies of #77AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AADB

Black with #77AADB

Text Example


Text Example

White with #77AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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