Html Css Color HEX #77ADDD Jordy Blue

📋 copy color: '#77ADDD'

red 119 ◦ green 173 ◦ blue 221

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

Shades of Jordy Blue #77ADDD

Tints of Jordy Blue #77ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 23.2%
G = 33.72%
B = 43.08%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77ADDD (or 0x77ADDD) is known color: Jordy Blue. HEX triplet: 77, AD and DD. RGB value is (119,173,221). Sum of RGB (Red+Green+Blue) = 119+173+221=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #77ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77ADDD is #885222. Grayscale: #A2A2A2. Windows color (decimal): -8933923 or 14527863. OLE color: 14527863.

HSL color Cylindrical-coordinate representation of color #77ADDD: hue angle of 208.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77ADDD is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 173 221 -
CMYK 0.46 0.22 0 0.13
HSL 208.24º 0.6% 0.67% -
HSV(B) 208.24º 0.46% 0.87% -
XYZ 35.6 39.03 74.06 -
YUV 162.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 119 173 221 0.46 0.22 0 0.13 208.24 0.6 0.67
Hex 77 AD DD 2E 16 0 D D0 3C 43
Octal 167 255 335 56 26 0 15 320 74 103
Binary 1110111 10101101 11011101 101110 10110 0 1101 11010000 111100 1000011

Color Harmonies of #77ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77ADDD

Black with #77ADDD

Text Example


Text Example

White with #77ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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