Html Css Color HEX #77ADD8 Jordy Blue

📋 copy color: '#77ADD8'

red 119 ◦ green 173 ◦ blue 216

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

Shades of Jordy Blue #77ADD8

Tints of Jordy Blue #77ADD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 23.43%
G = 34.06%
B = 42.52%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#77ADD8 (or 0x77ADD8) is known color: Jordy Blue. HEX triplet: 77, AD and D8. RGB value is (119,173,216). Sum of RGB (Red+Green+Blue) = 119+173+216=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #77ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADD8 is #885227. Grayscale: #A1A1A1. Windows color (decimal): -8933928 or 14200183. OLE color: 14200183.

HSL color Cylindrical-coordinate representation of color #77ADD8: hue angle of 206.6º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77ADD8 is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 173 216 -
CMYK 0.45 0.20 0 0.15
HSL 206.6º 0.55% 0.66% -
HSV(B) 206.6º 0.45% 0.85% -
XYZ 34.95 38.77 70.61 -
YUV 161.76 158.61 97.5 -
System Red Green Blue C M Y K H S L
Decimal 119 173 216 0.45 0.20 0 0.15 206.6 0.55 0.66
Hex 77 AD D8 2D 14 0 F CF 37 42
Octal 167 255 330 55 24 0 17 317 67 102
Binary 1110111 10101101 11011000 101101 10100 0 1111 11001111 110111 1000010

Color Harmonies of #77ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADD8

Black with #77ADD8

Text Example


Text Example

White with #77ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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