#77AEDD

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

Shades of Jordy Blue #77AEDD

Tints of Jordy Blue #77AEDD

Color information

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

RGB119174221-
CMYK0.460.2100.13
HSL207.65º60%66.67%-
HSV(B)207.65º46.15%86.67%-
XYZ35.7939.4174.13-
YUV162.91160.7896.68-

RGB Variations

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

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.00%
R=23.15%
G=33.85%
B=43.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191742210.460.2100.13207.656066.67
Hex77AEDD2E150Dd03c43
Octal167256335562501532074103
Binary111011110101110110111011011101010101101110100001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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