Html Css Color HEX #77ABDB Jordy Blue

📋 copy color: '#77ABDB'

red 119 ◦ green 171 ◦ blue 219

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

Shades of Jordy Blue #77ABDB

Tints of Jordy Blue #77ABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 23.38%
G = 33.6%
B = 43.03%

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

#77ABDB (or 0x77ABDB) is known color: Jordy Blue. HEX triplet: 77, AB and DB. RGB value is (119,171,219). Sum of RGB (Red+Green+Blue) = 119+171+219=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #77ABDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ABDB is #885424. Grayscale: #A0A0A0. Windows color (decimal): -8934437 or 14396279. OLE color: 14396279.

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

Color convert

RGB 119 171 219 -
CMYK 0.46 0.22 0 0.14
HSL 208.8º 0.58% 0.66% -
HSV(B) 208.8º 0.46% 0.86% -
XYZ 34.96 38.16 72.54 -
YUV 160.92 160.77 98.1 -
System Red Green Blue C M Y K H S L
Decimal 119 171 219 0.46 0.22 0 0.14 208.8 0.58 0.66
Hex 77 AB DB 2E 16 0 E D1 3A 42
Octal 167 253 333 56 26 0 16 321 72 102
Binary 1110111 10101011 11011011 101110 10110 0 1110 11010001 111010 1000010

Color Harmonies of #77ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ABDB

Black with #77ABDB

Text Example


Text Example

White with #77ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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