Html Css Color HEX #77ADDC Jordy Blue

📋 copy color: '#77ADDC'

red 119 ◦ green 173 ◦ blue 220

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

Shades of Jordy Blue #77ADDC

Tints of Jordy Blue #77ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 23.24%
G = 33.79%
B = 42.97%

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

#77ADDC (or 0x77ADDC) is known color: Jordy Blue. HEX triplet: 77, AD and DC. RGB value is (119,173,220). Sum of RGB (Red+Green+Blue) = 119+173+220=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #77ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADDC is #885223. Grayscale: #A1A1A1. Windows color (decimal): -8933924 or 14462327. OLE color: 14462327.

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

Color convert

RGB 119 173 220 -
CMYK 0.46 0.21 0 0.14
HSL 207.92º 0.59% 0.66% -
HSV(B) 207.92º 0.46% 0.86% -
XYZ 35.47 38.98 73.36 -
YUV 162.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 119 173 220 0.46 0.21 0 0.14 207.92 0.59 0.66
Hex 77 AD DC 2E 15 0 E D0 3B 42
Octal 167 255 334 56 25 0 16 320 73 102
Binary 1110111 10101101 11011100 101110 10101 0 1110 11010000 111011 1000010

Color Harmonies of #77ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADDC

Black with #77ADDC

Text Example


Text Example

White with #77ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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