Html Css Color HEX #77AEDE Jordy Blue

📋 copy color: '#77AEDE'

red 119 ◦ green 174 ◦ blue 222

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

Shades of Jordy Blue #77AEDE

Tints of Jordy Blue #77AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 23.11%
G = 33.79%
B = 43.11%

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

#77AEDE (or 0x77AEDE) is known color: Jordy Blue. HEX triplet: 77, AE and DE. RGB value is (119,174,222). Sum of RGB (Red+Green+Blue) = 119+174+222=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #77AEDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEDE is #885121. Grayscale: #A2A2A2. Windows color (decimal): -8933666 or 14593655. OLE color: 14593655.

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

Color convert

RGB 119 174 222 -
CMYK 0.46 0.22 0 0.13
HSL 207.96º 0.61% 0.67% -
HSV(B) 207.96º 0.46% 0.87% -
XYZ 35.93 39.47 74.83 -
YUV 163.03 161.28 96.6 -
System Red Green Blue C M Y K H S L
Decimal 119 174 222 0.46 0.22 0 0.13 207.96 0.61 0.67
Hex 77 AE DE 2E 16 0 D D0 3D 43
Octal 167 256 336 56 26 0 15 320 75 103
Binary 1110111 10101110 11011110 101110 10110 0 1101 11010000 111101 1000011

Color Harmonies of #77AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77AEDE

Black with #77AEDE

Text Example


Text Example

White with #77AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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