#77AAD8

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

Shades of Jordy Blue #77AAD8

Tints of Jordy Blue #77AAD8

Color information

#77AAD8 (or 0x77AAD8) is unknown color: approx Jordy Blue. HEX triplet: 77, AA and D8. RGB value is (119,170,216). Sum of RGB (Red+Green+Blue) = 119+170+216=505 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.56% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #77AAD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #77AAD8 is #885527. Grayscale: #9F9F9F. Windows color (decimal): -8934696 or 14199415. OLE color: 14199415.

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

Color convert

RGB119170216-
CMYK0.450.2100.15
HSL208.45º55.43%65.69%-
HSV(B)208.45º44.91%84.71%-
XYZ34.3837.6370.42-
YUV159.99159.698.76-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.56%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=23.56%
G=33.66%
B=42.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191702160.450.2100.15208.4555.4365.69
Hex77AAD82D150Fd03742
Octal167252330552501732067102
Binary111011110101010110110001011011010101111110100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,170,216); }

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

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

 a { background-color: rgb(119,170,216); }

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

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

 span { border-color: rgb(119,170,216); }

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