#77AEDA

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

Shades of Jordy Blue #77AEDA

Tints of Jordy Blue #77AEDA

Color information

#77AEDA (or 0x77AEDA) is unknown color: approx Jordy Blue. HEX triplet: 77, AE and DA. RGB value is (119,174,218). Sum of RGB (Red+Green+Blue) = 119+174+218=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 174 (68.36% from 255 or 34.05% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #77AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AEDA is #885125. Grayscale: #A2A2A2. Windows color (decimal): -8933670 or 14331511. OLE color: 14331511.

HSL color Cylindrical-coordinate representation of color #77AEDA: hue angle of 206.67º degrees, saturation: 0.57, 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 #77AEDA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119174218-
CMYK0.450.2000.15
HSL206.67º57.23%66.08%-
HSV(B)206.67º45.41%85.49%-
XYZ35.439.2672.04-
YUV162.57159.2896.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.29%
GREEN value IS 174 (68.36% from 255) = 34.05%
BLUE value IS 218 (85.55% from 255) = 42.66%
R=23.29%
G=34.05%
B=42.66%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191742180.450.2000.15206.6757.2366.08
Hex77AEDA2D140Fcf3942
Octal167256332552401731771102
Binary111011110101110110110101011011010001111110011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #77AEDA;
 }
 .AnyTagClassName
 {
   color: #77AEDA;
 }
</style>
background-color css

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

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

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

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

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

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