Html Css Color HEX #77AEDD Jordy Blue

📋 copy color: '#77AEDD'

red 119 ◦ green 174 ◦ blue 221

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

Shades of Jordy Blue #77AEDD

Tints of Jordy Blue #77AEDD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.85%

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

R = 23.15%
G = 33.85%
B = 43%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#77AEDD (or 0x77AEDD) is known color: Jordy Blue. HEX triplet: 77, AE and DD. RGB value is (119,174,221). Sum of RGB (Red+Green+Blue) = 119+174+221=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 174 (68.36% from 255 or 33.85% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #77AEDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEDD is #885122. Grayscale: #A2A2A2. Windows color (decimal): -8933667 or 14528119. OLE color: 14528119.

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

Color convert

RGB 119 174 221 -
CMYK 0.46 0.21 0 0.13
HSL 207.65º 0.6% 0.67% -
HSV(B) 207.65º 0.46% 0.87% -
XYZ 35.79 39.41 74.13 -
YUV 162.91 160.78 96.68 -
System Red Green Blue C M Y K H S L
Decimal 119 174 221 0.46 0.21 0 0.13 207.65 0.6 0.67
Hex 77 AE DD 2E 15 0 D D0 3C 43
Octal 167 256 335 56 25 0 15 320 74 103
Binary 1110111 10101110 11011101 101110 10101 0 1101 11010000 111100 1000011

Color Harmonies of #77AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEDD

Black with #77AEDD

Text Example


Text Example

White with #77AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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