Html Css Color HEX #77ADDB Jordy Blue

📋 copy color: '#77ADDB'

red 119 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #77ADDB

Tints of Jordy Blue #77ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

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

R = 23.29%
G = 33.86%
B = 42.86%

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

#77ADDB (or 0x77ADDB) is known color: Jordy Blue. HEX triplet: 77, AD and DB. RGB value is (119,173,219). Sum of RGB (Red+Green+Blue) = 119+173+219=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #77ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADDB is #885224. Grayscale: #A1A1A1. Windows color (decimal): -8933925 or 14396791. OLE color: 14396791.

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

Color convert

RGB 119 173 219 -
CMYK 0.46 0.21 0 0.14
HSL 207.6º 0.58% 0.66% -
HSV(B) 207.6º 0.46% 0.86% -
XYZ 35.34 38.92 72.67 -
YUV 162.1 160.11 97.26 -
System Red Green Blue C M Y K H S L
Decimal 119 173 219 0.46 0.21 0 0.14 207.6 0.58 0.66
Hex 77 AD DB 2E 15 0 E D0 3A 42
Octal 167 255 333 56 25 0 16 320 72 102
Binary 1110111 10101101 11011011 101110 10101 0 1110 11010000 111010 1000010

Color Harmonies of #77ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADDB

Black with #77ADDB

Text Example


Text Example

White with #77ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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