#77AEDE

Color #77AEDE Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #77AEDE

Tints of Jordy Blue #77AEDE

Color information

#77AEDE (or 0x77AEDE) is unknown color: approx 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

RGB119174222-
CMYK0.460.2200.13
HSL207.96º60.95%66.86%-
HSV(B)207.96º46.4%87.06%-
XYZ35.9339.4774.83-
YUV163.03161.2896.6-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191742220.460.2200.13207.9660.9566.86
Hex77AEDE2E160Dd03d43
Octal167256336562601532075103
Binary111011110101110110111101011101011001101110100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>