Html Css Color HEX #77AEDB Jordy Blue

📋 copy color: '#77AEDB'

red 119 ◦ green 174 ◦ blue 219

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

Shades of Jordy Blue #77AEDB

Tints of Jordy Blue #77AEDB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.98%

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

R = 23.24%
G = 33.98%
B = 42.77%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#77AEDB (or 0x77AEDB) is known color: Jordy Blue. HEX triplet: 77, AE and DB. RGB value is (119,174,219). Sum of RGB (Red+Green+Blue) = 119+174+219=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #77AEDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEDB is #885124. Grayscale: #A2A2A2. Windows color (decimal): -8933669 or 14397047. OLE color: 14397047.

HSL color Cylindrical-coordinate representation of color #77AEDB: hue angle of 207º 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 #77AEDB is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 174 219 -
CMYK 0.46 0.21 0 0.14
HSL 207º 0.58% 0.66% -
HSV(B) 207º 0.46% 0.86% -
XYZ 35.53 39.31 72.73 -
YUV 162.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 119 174 219 0.46 0.21 0 0.14 207 0.58 0.66
Hex 77 AE DB 2E 15 0 E CF 3A 42
Octal 167 256 333 56 25 0 16 317 72 102
Binary 1110111 10101110 11011011 101110 10101 0 1110 11001111 111010 1000010

Color Harmonies of #77AEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEDB

Black with #77AEDB

Text Example


Text Example

White with #77AEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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